OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndicRearrangementProcessor2
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
IndicRearrangementProcessor2.h
25
class
IndicRearrangementProcessor2
: public StateTableProcessor2
36
IndicRearrangementProcessor2
(const MorphSubtableHeader2 *morphSubtableHeader);
37
virtual ~
IndicRearrangementProcessor2
();
IndicRearrangementProcessor2.cpp
13
#include "
IndicRearrangementProcessor2
.h"
19
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
IndicRearrangementProcessor2
)
21
IndicRearrangementProcessor2
::
IndicRearrangementProcessor2
(const MorphSubtableHeader2 *morphSubtableHeader)
28
IndicRearrangementProcessor2
::~
IndicRearrangementProcessor2
()
32
void
IndicRearrangementProcessor2
::beginStateTable()
38
le_uint16
IndicRearrangementProcessor2
::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index)
61
void
IndicRearrangementProcessor2
::endStateTable()
65
void
IndicRearrangementProcessor2
::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) cons
[
all
...]
MorphTables2.cpp
10
#include "
IndicRearrangementProcessor2
.h"
171
processor = new
IndicRearrangementProcessor2
(this);
Completed in 213 milliseconds