HomeSort by relevance Sort by last modified time
    Searched refs:EntryTableIndex2 (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/layout/
StateTableProcessor2.h 32 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success) = 0;
50 LEReferenceToArrayOf<EntryTableIndex2> stateArray;
ContextualGlyphSubstProc2.h 30 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
IndicRearrangementProcessor2.h 30 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
LigatureSubstProc2.h 33 EntryTableIndex2 index, LEErrorCode &success);
ContextualGlyphInsertionProc2.h 32 le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
StateTables.h 107 typedef le_uint16 EntryTableIndex2;
StateTableProcessor2.cpp 47 stateArray = LEReferenceToArrayOf<EntryTableIndex2>(stHeader, success, stateArrayOffset, LE_UNBOUNDED_ARRAY);
98 EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success));
133 EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses,success));
173 EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success));
204 EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success));
ContextualGlyphInsertionProc2.cpp 74 EntryTableIndex2 index, LEErrorCode &success)
ContextualGlyphSubstProc2.cpp 41 EntryTableIndex2 index, LEErrorCode &success)
LigatureSubstProc2.cpp 48 le_uint16 LigatureSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success)
IndicRearrangementProcessor2.cpp 39 EntryTableIndex2 index, LEErrorCode &success)

Completed in 227 milliseconds