3 * (C) Copyright IBM Corp. and others 1998-2013 - All Rights Reserved
7 #ifndef __INDICREARRANGEMENTPROCESSOR2_H
8 #define __INDICREARRANGEMENTPROCESSOR2_H
16 #include "MorphTables.h"
17 #include "SubtableProcessor.h"
18 #include "StateTableProcessor2.h"
19 #include "IndicRearrangement.h"
25 class IndicRearrangementProcessor2
: public StateTableProcessor2
28 virtual void beginStateTable();
30 virtual le_uint16
processStateEntry(LEGlyphStorage
&glyphStorage
, le_int32
&currGlyph
, EntryTableIndex2 index
);
32 virtual void endStateTable();
34 void doRearrangementAction(LEGlyphStorage
&glyphStorage
, IndicRearrangementVerb verb
) const;
36 IndicRearrangementProcessor2(const MorphSubtableHeader2
*morphSubtableHeader
);
37 virtual ~IndicRearrangementProcessor2();
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 IndicRearrangementStateEntry2
*entryTable
;
58 const IndicRearrangementSubtableHeader2
*indicRearrangementSubtableHeader
;