HomeSort by relevance Sort by last modified time
    Searched refs:NonContextualGlyphSubstitutionProcessor (Results 1 - 14 of 14) 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)
SegmentArrayProcessor.h 25 class SegmentArrayProcessor : public NonContextualGlyphSubstitutionProcessor
SegmentSingleProcessor.h 25 class SegmentSingleProcessor : public NonContextualGlyphSubstitutionProcessor
SimpleArrayProcessor.h 25 class SimpleArrayProcessor : public NonContextualGlyphSubstitutionProcessor
SingleTableProcessor.h 25 class SingleTableProcessor : public NonContextualGlyphSubstitutionProcessor
TrimmedArrayProcessor.h 25 class TrimmedArrayProcessor : public NonContextualGlyphSubstitutionProcessor
SimpleArrayProcessor.cpp 25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader)
SingleTableProcessor.cpp 25 : NonContextualGlyphSubstitutionProcessor(moprhSubtableHeader)
SegmentArrayProcessor.cpp 25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader)
SegmentSingleProcessor.cpp 25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader)
TrimmedArrayProcessor.cpp 25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader)
MorphTables.cpp 77 processor = NonContextualGlyphSubstitutionProcessor::createInstance(this);
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 4689 milliseconds