os/textandloc/fontservices/textshaperplugin/IcuSource/layout/TrimmedArrayProcessor.h
Update contrib.
3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __TRIMMEDARRAYPROCESSOR_H
8 #define __TRIMMEDARRAYPROCESSOR_H
16 #include "MorphTables.h"
17 #include "SubtableProcessor.h"
18 #include "NonContextualGlyphSubst.h"
19 #include "NonContextualGlyphSubstProc.h"
25 class TrimmedArrayProcessor : public NonContextualGlyphSubstitutionProcessor
28 virtual void process(LEGlyphStorage &glyphStorage);
30 TrimmedArrayProcessor(const MorphSubtableHeader *morphSubtableHeader);
32 virtual ~TrimmedArrayProcessor();
35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
39 virtual UClassID getDynamicClassID() const;
42 * ICU "poor man's RTTI", returns a UClassID for this class.
46 static UClassID getStaticClassID();
49 TrimmedArrayProcessor();
54 const TrimmedArrayLookupTable *trimmedArrayLookupTable;