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

  /external/icu/icu4c/source/layout/
NonContextualGlyphSubstProc2.cpp 21 NonContextualGlyphSubstitutionProcessor2::NonContextualGlyphSubstitutionProcessor2()
25 NonContextualGlyphSubstitutionProcessor2::NonContextualGlyphSubstitutionProcessor2(
31 NonContextualGlyphSubstitutionProcessor2::~NonContextualGlyphSubstitutionProcessor2()
35 SubtableProcessor2 *NonContextualGlyphSubstitutionProcessor2::createInstance(
NonContextualGlyphSubstProc2.h 24 class NonContextualGlyphSubstitutionProcessor2 : public SubtableProcessor2
32 NonContextualGlyphSubstitutionProcessor2();
33 NonContextualGlyphSubstitutionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
35 virtual ~NonContextualGlyphSubstitutionProcessor2();
38 NonContextualGlyphSubstitutionProcessor2(const NonContextualGlyphSubstitutionProcessor2 &other); // forbid copying of this class
39 NonContextualGlyphSubstitutionProcessor2 &operator=(const NonContextualGlyphSubstitutionProcessor2 &other); // forbid copying of this class

Completed in 460 milliseconds