3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __INDICREARRANGEMENTPROCESSOR_H
8 #define __INDICREARRANGEMENTPROCESSOR_H
16 #include "MorphTables.h"
17 #include "SubtableProcessor.h"
18 #include "StateTableProcessor.h"
19 #include "IndicRearrangement.h"
25 class IndicRearrangementProcessor
: public StateTableProcessor
28 virtual void beginStateTable();
30 virtual ByteOffset
processStateEntry(LEGlyphStorage
&glyphStorage
, le_int32
&currGlyph
, EntryTableIndex index
);
32 virtual void endStateTable();
34 void doRearrangementAction(LEGlyphStorage
&glyphStorage
, IndicRearrangementVerb verb
) const;
36 IndicRearrangementProcessor(const MorphSubtableHeader
*morphSubtableHeader
);
37 virtual ~IndicRearrangementProcessor();
40 * ICU "poor man's RTTI", returns a UClassID for the actual class.
44 virtual UClassID
getDynamicClassID() const;
47 * ICU "poor man's RTTI", returns a UClassID for this class.
51 static UClassID
getStaticClassID();
57 const IndicRearrangementStateEntry
*entryTable
;
58 const IndicRearrangementSubtableHeader
*indicRearrangementSubtableHeader
;