Searched refs:LigatureSubstitutionProcessor (Results 1 – 4 of 4) sorted by relevance
23 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LigatureSubstitutionProcessor) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument25 LigatureSubstitutionProcessor::LigatureSubstitutionProcessor(const MorphSubtableHeader *morphSubtab… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()36 LigatureSubstitutionProcessor::~LigatureSubstitutionProcessor() in ~LigatureSubstitutionProcessor()40 void LigatureSubstitutionProcessor::beginStateTable() in beginStateTable()45 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 … in processStateEntry()113 void LigatureSubstitutionProcessor::endStateTable() in endStateTable()
27 class LigatureSubstitutionProcessor : public StateTableProcessor36 LigatureSubstitutionProcessor(const MorphSubtableHeader *morphSubtableHeader);37 virtual ~LigatureSubstitutionProcessor();54 LigatureSubstitutionProcessor();
70 processor = new LigatureSubstitutionProcessor(this); in process()
1997 #define LigatureSubstitutionProcessor U_ICU_ENTRY_POINT_RENAME(LigatureSubstitutionProcessor) macro