Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DContextualGlyphSubstProc.cpp19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ContextualGlyphSubstitutionProcessor) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
21 ContextualGlyphSubstitutionProcessor::ContextualGlyphSubstitutionProcessor(const LEReferenceTo<Morp… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
35 ContextualGlyphSubstitutionProcessor::~ContextualGlyphSubstitutionProcessor() in ~ContextualGlyphSubstitutionProcessor()
39 void ContextualGlyphSubstitutionProcessor::beginStateTable() in beginStateTable()
44 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le… in processStateEntry()
79 void ContextualGlyphSubstitutionProcessor::endStateTable() in endStateTable()
DContextualGlyphSubstProc.h25 class ContextualGlyphSubstitutionProcessor : public StateTableProcessor
34ContextualGlyphSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader…
35 virtual ~ContextualGlyphSubstitutionProcessor();
52 ContextualGlyphSubstitutionProcessor();
DMorphTables.cpp66 processor = new ContextualGlyphSubstitutionProcessor(base, success); in process()