HomeSort by relevance Sort by last modified time
    Searched refs:GlyphSubstitutionLookupProcessor (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
GlyphSubstLookupProc.h 27 class GlyphSubstitutionLookupProcessor : public LookupProcessor
30 GlyphSubstitutionLookupProcessor(const LEReferenceTo<GlyphSubstitutionTableHeader> &glyphSubstitutionTableHeader,
39 virtual ~GlyphSubstitutionLookupProcessor();
45 GlyphSubstitutionLookupProcessor();
50 GlyphSubstitutionLookupProcessor(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
51 GlyphSubstitutionLookupProcessor &operator=(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
GlyphSubstLookupProc.cpp 28 GlyphSubstitutionLookupProcessor::GlyphSubstitutionLookupProcessor(
47 GlyphSubstitutionLookupProcessor::GlyphSubstitutionLookupProcessor()
51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType,
128 GlyphSubstitutionLookupProcessor::~GlyphSubstitutionLookupProcessor()
GlyphSubstitutionTables.cpp 36 GlyphSubstitutionLookupProcessor processor(base, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);

Completed in 235 milliseconds