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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor2.h50 class IndicRearrangementProcessor2 : public StateTableProcessor2 class in inherits:StateTableProcessor2
61 IndicRearrangementProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
62 virtual ~IndicRearrangementProcessor2();
H A DIndicRearrangementProcessor2.cpp38 #include "IndicRearrangementProcessor2.h"
44 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(IndicRearrangementProcessor2)
46 IndicRearrangementProcessor2::IndicRearrangementProcessor2( function in class:IndicRearrangementProcessor2
53 IndicRearrangementProcessor2::~IndicRearrangementProcessor2()
57 void IndicRearrangementProcessor2::beginStateTable()
63 le_uint16 IndicRearrangementProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
88 void IndicRearrangementProcessor2::endStateTable()
92 void IndicRearrangementProcessor2
[all...]

Completed in 577 milliseconds