OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryTableIndex2
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/layout/
StateTableProcessor2.h
32
virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index) = 0;
50
const
EntryTableIndex2
*stateArray;
ContextualGlyphInsertionProc2.h
31
virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index);
IndicRearrangementProcessor2.h
30
virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index);
ContextualGlyphSubstProc2.h
30
virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index);
LigatureSubstProc2.h
32
virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index);
StateTableProcessor2.cpp
36
stateArray = (const
EntryTableIndex2
*) ((char *) &stateTableHeader->stHeader + stateArrayOffset);
78
EntryTableIndex2
entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]);
104
EntryTableIndex2
entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]);
133
EntryTableIndex2
entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]);
156
EntryTableIndex2
entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]);
StateTables.h
71
typedef le_uint16
EntryTableIndex2
;
LigatureSubstProc2.cpp
45
le_uint16 LigatureSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index)
ContextualGlyphInsertionProc2.cpp
39
le_uint16 ContextualGlyphInsertionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index)
ContextualGlyphSubstProc2.cpp
40
le_uint16 ContextualGlyphSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index)
IndicRearrangementProcessor2.cpp
38
le_uint16 IndicRearrangementProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex2
index)
Completed in 472 milliseconds