OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LigatureSubstitutionProcessor2
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
LigatureSubstProc2.h
27
class
LigatureSubstitutionProcessor2
: public StateTableProcessor2
36
LigatureSubstitutionProcessor2
(const MorphSubtableHeader2 *morphSubtableHeader);
37
virtual ~
LigatureSubstitutionProcessor2
();
54
LigatureSubstitutionProcessor2
();
LigatureSubstProc2.cpp
23
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
LigatureSubstitutionProcessor2
)
25
LigatureSubstitutionProcessor2
::
LigatureSubstitutionProcessor2
(const MorphSubtableHeader2 *morphSubtableHeader)
36
LigatureSubstitutionProcessor2
::~
LigatureSubstitutionProcessor2
()
40
void
LigatureSubstitutionProcessor2
::beginStateTable()
45
le_uint16
LigatureSubstitutionProcessor2
::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index)
112
void
LigatureSubstitutionProcessor2
::endStateTable()
MorphTables2.cpp
179
processor = new
LigatureSubstitutionProcessor2
(this);
Completed in 815 milliseconds