Searched defs:ContextualGlyphSubstitutionProcessor2 (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layout/
H A DContextualGlyphSubstProc2.h25 class ContextualGlyphSubstitutionProcessor2 : public StateTableProcessor2 class in inherits:StateTableProcessor2
34 ContextualGlyphSubstitutionProcessor2(const MorphSubtableHeader2 *morphSubtableHeader);
35 virtual ~ContextualGlyphSubstitutionProcessor2();
52 ContextualGlyphSubstitutionProcessor2();
H A DContextualGlyphSubstProc2.cpp20 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ContextualGlyphSubstitutionProcessor2)
22 ContextualGlyphSubstitutionProcessor2::ContextualGlyphSubstitutionProcessor2(const MorphSubtableHeader2 *morphSubtableHeader) function in class:ContextualGlyphSubstitutionProcessor2
31 ContextualGlyphSubstitutionProcessor2::~ContextualGlyphSubstitutionProcessor2()
35 void ContextualGlyphSubstitutionProcessor2::beginStateTable()
40 le_uint16 ContextualGlyphSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index)
73 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid)
131 void ContextualGlyphSubstitutionProcessor2::endStateTable()

Completed in 202 milliseconds