OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextualGlyphSubstitutionProcessor
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/layout/
ContextualGlyphSubstProc.h
25
class
ContextualGlyphSubstitutionProcessor
: public StateTableProcessor
34
ContextualGlyphSubstitutionProcessor
(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
35
virtual ~
ContextualGlyphSubstitutionProcessor
();
52
ContextualGlyphSubstitutionProcessor
();
ContextualGlyphSubstProc.cpp
19
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
ContextualGlyphSubstitutionProcessor
)
21
ContextualGlyphSubstitutionProcessor
::
ContextualGlyphSubstitutionProcessor
(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success)
35
ContextualGlyphSubstitutionProcessor
::~
ContextualGlyphSubstitutionProcessor
()
39
void
ContextualGlyphSubstitutionProcessor
::beginStateTable()
44
ByteOffset
ContextualGlyphSubstitutionProcessor
::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
79
void
ContextualGlyphSubstitutionProcessor
::endStateTable()
MorphTables.cpp
66
processor = new
ContextualGlyphSubstitutionProcessor
(base, success);
Completed in 993 milliseconds