HomeSort by relevance Sort by last modified time
    Searched defs:NonContextualGlyphSubstitutionProcessor2 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
NonContextualGlyphSubstProc2.h 24 class NonContextualGlyphSubstitutionProcessor2 : public SubtableProcessor2
32 NonContextualGlyphSubstitutionProcessor2();
33 NonContextualGlyphSubstitutionProcessor2(const MorphSubtableHeader2 *morphSubtableHeader);
35 virtual ~NonContextualGlyphSubstitutionProcessor2();
38 NonContextualGlyphSubstitutionProcessor2(const NonContextualGlyphSubstitutionProcessor2 &other); // forbid copying of this class
39 NonContextualGlyphSubstitutionProcessor2 &operator=(const NonContextualGlyphSubstitutionProcessor2 &other); // forbid copying of this class
NonContextualGlyphSubstProc2.cpp 21 NonContextualGlyphSubstitutionProcessor2::NonContextualGlyphSubstitutionProcessor2()
25 NonContextualGlyphSubstitutionProcessor2::NonContextualGlyphSubstitutionProcessor2(const MorphSubtableHeader2 *morphSubtableHeader)
30 NonContextualGlyphSubstitutionProcessor2::~NonContextualGlyphSubstitutionProcessor2()
34 SubtableProcessor2 *NonContextualGlyphSubstitutionProcessor2::createInstance(const MorphSubtableHeader2 *morphSubtableHeader)

Completed in 44 milliseconds