OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processStateEntry
(Results
1 - 18
of
18
) sorted by null
/external/icu/icu4c/source/layout/
ContextualGlyphSubstProc.h
30
virtual ByteOffset
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
ContextualGlyphSubstProc2.h
30
virtual le_uint16
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
IndicRearrangementProcessor.h
30
virtual ByteOffset
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
IndicRearrangementProcessor2.h
30
virtual le_uint16
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
LigatureSubstProc.h
32
virtual ByteOffset
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
LigatureSubstProc2.h
32
virtual le_uint16
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
ContextualGlyphInsertionProc2.h
31
virtual le_uint16
processStateEntry
(LEGlyphStorage &glyphStorage,
StateTableProcessor.h
31
virtual ByteOffset
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
StateTableProcessor2.h
32
virtual le_uint16
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success) = 0;
StateTableProcessor2.cpp
100
currentState =
processStateEntry
(glyphStorage, currGlyph, entryTableIndex); // return a zero-based index instead of a byte offset
135
currentState =
processStateEntry
(glyphStorage, currGlyph, entryTableIndex, success);
175
currentState =
processStateEntry
(glyphStorage, currGlyph, entryTableIndex, success);
206
currentState =
processStateEntry
(glyphStorage, currGlyph, entryTableIndex, success);
ContextualGlyphSubstProc.cpp
44
ByteOffset ContextualGlyphSubstitutionProcessor::
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
StateTableProcessor.cpp
76
currentState =
processStateEntry
(glyphStorage, currGlyph, entryTableIndex);
ContextualGlyphInsertionProc2.cpp
73
le_uint16 ContextualGlyphInsertionProcessor2::
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
LigatureSubstProc.cpp
45
ByteOffset LigatureSubstitutionProcessor::
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
ContextualGlyphSubstProc2.cpp
40
le_uint16 ContextualGlyphSubstitutionProcessor2::
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
LigatureSubstProc2.cpp
48
le_uint16 LigatureSubstitutionProcessor2::
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success)
IndicRearrangementProcessor.cpp
41
ByteOffset IndicRearrangementProcessor::
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
IndicRearrangementProcessor2.cpp
38
le_uint16 IndicRearrangementProcessor2::
processStateEntry
(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
Completed in 1190 milliseconds