Home
last modified time | relevance | path

Searched refs:EntryTableIndex (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/layout/
DStateTableProcessor.cpp73 …LEReferenceToArrayOf<EntryTableIndex> stateArray(stHeader, success, currentState, LE_UNBOUNDED_ARR… in process()
74 EntryTableIndex entryTableIndex = stateArray.getObject((le_uint8)classCode, success); in process()
DContextualGlyphSubstProc.h30 …Offset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
DLigatureSubstProc.h32 …Offset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
DIndicRearrangementProcessor.h30 …Offset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
DStateTableProcessor.h31 …et processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
DStateTables.h99 typedef le_uint8 EntryTableIndex; typedef
DContextualGlyphSubstProc.cpp44 …cessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) in processStateEntry()
DLigatureSubstProc.cpp45 …cessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) in processStateEntry()
DIndicRearrangementProcessor.cpp41 …cessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) in processStateEntry()