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/icu/icu4c/source/layout/
IndicRearrangementProcessor2.h
25
class
IndicRearrangementProcessor2
: public StateTableProcessor2
36
IndicRearrangementProcessor2
(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
37
virtual ~
IndicRearrangementProcessor2
();
IndicRearrangementProcessor2.cpp
13
#include "
IndicRearrangementProcessor2
.h"
19
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
IndicRearrangementProcessor2
)
21
IndicRearrangementProcessor2
::
IndicRearrangementProcessor2
(
28
IndicRearrangementProcessor2
::~
IndicRearrangementProcessor2
()
32
void
IndicRearrangementProcessor2
::beginStateTable()
38
le_uint16
IndicRearrangementProcessor2
::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
63
void
IndicRearrangementProcessor2
::endStateTable()
67
void
IndicRearrangementProcessor2
::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) cons
[
all
...]
MorphTables2.cpp
10
#include "
IndicRearrangementProcessor2
.h"
185
processor = new
IndicRearrangementProcessor2
(base, success);
Completed in 49 milliseconds