Home
last modified time | relevance | path

Searched refs:LigatureSubstitutionProcessor (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
DLigatureSubstProc.cpp23 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LigatureSubstitutionProcessor) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
25LigatureSubstitutionProcessor::LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHead… 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()
139 void LigatureSubstitutionProcessor::endStateTable() in endStateTable()
DLigatureSubstProc.h27 class LigatureSubstitutionProcessor : public StateTableProcessor
36LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErr…
37 virtual ~LigatureSubstitutionProcessor();
54 LigatureSubstitutionProcessor();
DMorphTables.cpp70 processor = new LigatureSubstitutionProcessor(base, success); in process()