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

  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.h 34 class CMAPFormat4Mapper : public CMAPMapper
37 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
39 virtual ~CMAPFormat4Mapper();
44 CMAPFormat4Mapper() {};
cmaps.cpp 88 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
104 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
159 CMAPFormat4Mapper::~CMAPFormat4Mapper()
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.h 36 class CMAPFormat4Mapper : public CMAPMapper
39 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
41 virtual ~CMAPFormat4Mapper();
46 CMAPFormat4Mapper() {};
cmaps.cpp 88 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
104 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
159 CMAPFormat4Mapper::~CMAPFormat4Mapper()
  /external/icu4c/samples/layout/
cmaps.h 38 class CMAPFormat4Mapper : public CMAPMapper
41 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
43 virtual ~CMAPFormat4Mapper();
48 CMAPFormat4Mapper() {};
cmaps.cpp 94 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
110 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
123 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
165 CMAPFormat4Mapper::~CMAPFormat4Mapper()
  /external/icu4c/test/letest/
cmaps.h 34 class CMAPFormat4Mapper : public CMAPMapper
37 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
39 virtual ~CMAPFormat4Mapper();
44 CMAPFormat4Mapper() {};
cmaps.cpp 88 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
104 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
159 CMAPFormat4Mapper::~CMAPFormat4Mapper()

Completed in 105 milliseconds