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

/external/icu/icu4c/source/layout/
H A DIndicRearrangementProcessor.h25 class IndicRearrangementProcessor : public StateTableProcessor class in inherits:StateTableProcessor
36 IndicRearrangementProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
37 virtual ~IndicRearrangementProcessor();
H A DIndicRearrangementProcessor.cpp13 #include "IndicRearrangementProcessor.h"
19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(IndicRearrangementProcessor)
21 IndicRearrangementProcessor::IndicRearrangementProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) function in class:IndicRearrangementProcessor
31 IndicRearrangementProcessor::~IndicRearrangementProcessor()
35 void IndicRearrangementProcessor::beginStateTable()
41 ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
66 void IndicRearrangementProcessor::endStateTable()
70 void IndicRearrangementProcessor
[all...]

Completed in 61 milliseconds