OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NonContextualGlyphSubstitutionProcessor
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
NonContextualGlyphSubstProc.h
24
class
NonContextualGlyphSubstitutionProcessor
: public SubtableProcessor
32
NonContextualGlyphSubstitutionProcessor
();
33
NonContextualGlyphSubstitutionProcessor
(const MorphSubtableHeader *morphSubtableHeader);
35
virtual ~
NonContextualGlyphSubstitutionProcessor
();
38
NonContextualGlyphSubstitutionProcessor
(const
NonContextualGlyphSubstitutionProcessor
&other); // forbid copying of this class
39
NonContextualGlyphSubstitutionProcessor
&operator=(const
NonContextualGlyphSubstitutionProcessor
&other); // forbid copying of this class
NonContextualGlyphSubstProc.cpp
21
NonContextualGlyphSubstitutionProcessor
::
NonContextualGlyphSubstitutionProcessor
()
25
NonContextualGlyphSubstitutionProcessor
::
NonContextualGlyphSubstitutionProcessor
(const MorphSubtableHeader *morphSubtableHeader)
30
NonContextualGlyphSubstitutionProcessor
::~
NonContextualGlyphSubstitutionProcessor
()
34
SubtableProcessor *
NonContextualGlyphSubstitutionProcessor
::createInstance(const MorphSubtableHeader *morphSubtableHeader)
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 153 milliseconds