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/icu4c/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);
StateTableProcessor.cpp
68
const
EntryTableIndex
*stateArray = (const
EntryTableIndex
*) ((char *) &stateTableHeader->stHeader + currentState);
69
EntryTableIndex
entryTableIndex
= stateArray[(le_uint8)classCode];
71
currentState = processStateEntry(glyphStorage, currGlyph,
entryTableIndex
);
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
63
typedef le_uint8
EntryTableIndex
;
ContextualGlyphSubstProc.cpp
39
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
38
ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
EntryTableIndex
index)
Completed in 200 milliseconds