Searched refs:CMAPFormat4Mapper (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/test/letest/ |
D | cmaps.h | 36 class CMAPFormat4Mapper : public CMAPMapper 39 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header); 41 virtual ~CMAPFormat4Mapper(); 46 CMAPFormat4Mapper() {}; in CMAPFormat4Mapper() function
|
D | cmaps.cpp | 139 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper() 156 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() function in CMAPFormat4Mapper 169 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() 211 CMAPFormat4Mapper::~CMAPFormat4Mapper() in ~CMAPFormat4Mapper()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | cmaps.h | 44 class CMAPFormat4Mapper : public CMAPMapper 47 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header); 49 virtual ~CMAPFormat4Mapper(); 54 CMAPFormat4Mapper() {}; in CMAPFormat4Mapper() function
|
D | cmaps.cpp | 100 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper() 116 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() function in CMAPFormat4Mapper 129 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() 171 CMAPFormat4Mapper::~CMAPFormat4Mapper() in ~CMAPFormat4Mapper()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | cmaps.h | 44 class CMAPFormat4Mapper : public CMAPMapper 47 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header); 49 virtual ~CMAPFormat4Mapper(); 54 CMAPFormat4Mapper() {}; in CMAPFormat4Mapper() function
|
D | cmaps.cpp | 100 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper() 116 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() function in CMAPFormat4Mapper 129 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() 171 CMAPFormat4Mapper::~CMAPFormat4Mapper() in ~CMAPFormat4Mapper()
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | cmaps.h | 40 class CMAPFormat4Mapper : public CMAPMapper 43 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header); 45 virtual ~CMAPFormat4Mapper(); 50 CMAPFormat4Mapper() {}; in CMAPFormat4Mapper() function
|
D | cmaps.cpp | 140 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper() 157 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() function in CMAPFormat4Mapper 170 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() 212 CMAPFormat4Mapper::~CMAPFormat4Mapper() in ~CMAPFormat4Mapper()
|