HomeSort by relevance Sort by last modified time
    Searched refs:LigatureSubstitutionProcessor (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
LigatureSubstProc.h 27 class LigatureSubstitutionProcessor : public StateTableProcessor
36 LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
37 virtual ~LigatureSubstitutionProcessor();
54 LigatureSubstitutionProcessor();
LigatureSubstProc.cpp 23 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LigatureSubstitutionProcessor)
25 LigatureSubstitutionProcessor::LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success)
36 LigatureSubstitutionProcessor::~LigatureSubstitutionProcessor()
40 void LigatureSubstitutionProcessor::beginStateTable()
45 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
139 void LigatureSubstitutionProcessor::endStateTable()
MorphTables.cpp 70 processor = new LigatureSubstitutionProcessor(base, success);

Completed in 166 milliseconds