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

/macosx-10.9.5/ICU-511.35/icuSources/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()
H A DMorphTables2.cpp175 processor = new ContextualGlyphSubstitutionProcessor2(this);

Completed in 169 milliseconds