Searched defs:ContextualGlyphSubstitutionProcessor (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
H A DContextualGlyphSubstProc.h25 class ContextualGlyphSubstitutionProcessor : public StateTableProcessor class in inherits:StateTableProcessor
34 ContextualGlyphSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
35 virtual ~ContextualGlyphSubstitutionProcessor();
52 ContextualGlyphSubstitutionProcessor();
H A DContextualGlyphSubstProc.cpp19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ContextualGlyphSubstitutionProcessor)
21 ContextualGlyphSubstitutionProcessor::ContextualGlyphSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) function in class:ContextualGlyphSubstitutionProcessor
35 ContextualGlyphSubstitutionProcessor::~ContextualGlyphSubstitutionProcessor()
39 void ContextualGlyphSubstitutionProcessor::beginStateTable()
44 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
79 void ContextualGlyphSubstitutionProcessor::endStateTable()

Completed in 54 milliseconds