OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryTableIndex
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/layout/
ContextualGlyphSubstProc.h
30
virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex
index);
IndicRearrangementProcessor.h
30
virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex
index);
LigatureSubstProc.h
32
virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex
index);
StateTableProcessor.h
31
virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex
index) = 0;
StateTables.h
99
typedef le_uint8
EntryTableIndex
;
StateTableProcessor.cpp
73
LEReferenceToArrayOf<
EntryTableIndex
> stateArray(stHeader, success, currentState, LE_UNBOUNDED_ARRAY);
74
EntryTableIndex
entryTableIndex
= stateArray.getObject((le_uint8)classCode, success);
76
currentState = processStateEntry(glyphStorage, currGlyph,
entryTableIndex
);
ContextualGlyphSubstProc.cpp
44
ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex
index)
LigatureSubstProc.cpp
45
ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex
index)
IndicRearrangementProcessor.cpp
41
ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex
index)
Completed in 245 milliseconds