Searched refs:EntryTableIndex (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | StateTableProcessor.cpp | 73 …LEReferenceToArrayOf<EntryTableIndex> stateArray(stHeader, success, currentState, LE_UNBOUNDED_ARR… in process() 74 EntryTableIndex entryTableIndex = stateArray.getObject((le_uint8)classCode, success); in process()
|
D | ContextualGlyphSubstProc.h | 30 …Offset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
|
D | LigatureSubstProc.h | 32 …Offset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
|
D | IndicRearrangementProcessor.h | 30 …Offset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
|
D | StateTableProcessor.h | 31 …et processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
|
D | StateTables.h | 99 typedef le_uint8 EntryTableIndex; typedef
|
D | ContextualGlyphSubstProc.cpp | 44 …cessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) in processStateEntry()
|
D | LigatureSubstProc.cpp | 45 …cessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) in processStateEntry()
|
D | IndicRearrangementProcessor.cpp | 41 …cessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) in processStateEntry()
|