Searched refs:LigatureSubstitutionProcessor2 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLigatureSubstProc2.h27 class LigatureSubstitutionProcessor2 : public StateTableProcessor2 class in inherits:StateTableProcessor2
37 LigatureSubstitutionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
38 virtual ~LigatureSubstitutionProcessor2();
55 LigatureSubstitutionProcessor2();
H A DLigatureSubstProc2.cpp23 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LigatureSubstitutionProcessor2)
25 LigatureSubstitutionProcessor2::LigatureSubstitutionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) function in class:LigatureSubstitutionProcessor2
39 LigatureSubstitutionProcessor2::~LigatureSubstitutionProcessor2()
43 void LigatureSubstitutionProcessor2::beginStateTable()
48 le_uint16 LigatureSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success)
141 void LigatureSubstitutionProcessor2::endStateTable()
H A DMorphTables2.cpp193 processor = new LigatureSubstitutionProcessor2(base, success);

Completed in 138 milliseconds