OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SegmentArrayProcessor2
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
SegmentArrayProcessor2.h
25
class
SegmentArrayProcessor2
: public NonContextualGlyphSubstitutionProcessor2
30
SegmentArrayProcessor2
(const MorphSubtableHeader2 *morphSubtableHeader);
32
virtual ~
SegmentArrayProcessor2
();
49
SegmentArrayProcessor2
();
SegmentArrayProcessor2.cpp
12
#include "
SegmentArrayProcessor2
.h"
18
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
SegmentArrayProcessor2
)
20
SegmentArrayProcessor2
::
SegmentArrayProcessor2
()
24
SegmentArrayProcessor2
::
SegmentArrayProcessor2
(const MorphSubtableHeader2 *morphSubtableHeader)
32
SegmentArrayProcessor2
::~
SegmentArrayProcessor2
()
36
void
SegmentArrayProcessor2
::process(LEGlyphStorage &glyphStorage)
NonContextualGlyphSubstProc2.cpp
14
#include "
SegmentArrayProcessor2
.h"
47
return new
SegmentArrayProcessor2
(morphSubtableHeader);
Completed in 121 milliseconds