HomeSort by relevance Sort by last modified time
    Searched refs:ContextualGlyphInsertionProcessor2 (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
ContextualGlyphInsertionProc2.h 26 class ContextualGlyphInsertionProcessor2 : public StateTableProcessor2
36 ContextualGlyphInsertionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
37 virtual ~ContextualGlyphInsertionProcessor2();
54 ContextualGlyphInsertionProcessor2();
ContextualGlyphInsertionProc2.cpp 19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ContextualGlyphInsertionProcessor2)
21 ContextualGlyphInsertionProcessor2::ContextualGlyphInsertionProcessor2(
32 ContextualGlyphInsertionProcessor2::~ContextualGlyphInsertionProcessor2()
36 void ContextualGlyphInsertionProcessor2::beginStateTable()
41 void ContextualGlyphInsertionProcessor2::doInsertion(LEGlyphStorage &glyphStorage,
73 le_uint16 ContextualGlyphInsertionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
110 void ContextualGlyphInsertionProcessor2::endStateTable()
MorphTables2.cpp 205 processor = new ContextualGlyphInsertionProcessor2(base, success);

Completed in 293 milliseconds