Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DContextualGlyphInsertionProc2.cpp19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ContextualGlyphInsertionProcessor2) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
21 ContextualGlyphInsertionProcessor2::ContextualGlyphInsertionProcessor2( in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
32 ContextualGlyphInsertionProcessor2::~ContextualGlyphInsertionProcessor2() in ~ContextualGlyphInsertionProcessor2()
36 void ContextualGlyphInsertionProcessor2::beginStateTable() in beginStateTable()
41 void ContextualGlyphInsertionProcessor2::doInsertion(LEGlyphStorage &glyphStorage, in doInsertion()
73 le_uint16 ContextualGlyphInsertionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_in… in processStateEntry()
110 void ContextualGlyphInsertionProcessor2::endStateTable() in endStateTable()
DContextualGlyphInsertionProc2.h26 class ContextualGlyphInsertionProcessor2 : public StateTableProcessor2
36ContextualGlyphInsertionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader,…
37 virtual ~ContextualGlyphInsertionProcessor2();
54 ContextualGlyphInsertionProcessor2();
DMorphTables2.cpp205 processor = new ContextualGlyphInsertionProcessor2(base, success); in process()