OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextualGlyphSubstitutionProcessor2
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
ContextualGlyphSubstProc2.h
25
class
ContextualGlyphSubstitutionProcessor2
: public StateTableProcessor2
34
ContextualGlyphSubstitutionProcessor2
(const MorphSubtableHeader2 *morphSubtableHeader);
35
virtual ~
ContextualGlyphSubstitutionProcessor2
();
52
ContextualGlyphSubstitutionProcessor2
();
ContextualGlyphSubstProc2.cpp
20
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
ContextualGlyphSubstitutionProcessor2
)
22
ContextualGlyphSubstitutionProcessor2
::
ContextualGlyphSubstitutionProcessor2
(const MorphSubtableHeader2 *morphSubtableHeader)
31
ContextualGlyphSubstitutionProcessor2
::~
ContextualGlyphSubstitutionProcessor2
()
35
void
ContextualGlyphSubstitutionProcessor2
::beginStateTable()
40
le_uint16
ContextualGlyphSubstitutionProcessor2
::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index)
73
TTGlyphID
ContextualGlyphSubstitutionProcessor2
::lookup(le_uint32 offset, LEGlyphID gid)
131
void
ContextualGlyphSubstitutionProcessor2
::endStateTable()
MorphTables2.cpp
175
processor = new
ContextualGlyphSubstitutionProcessor2
(this);
Completed in 43 milliseconds