Home
last modified time | relevance | path

Searched refs:CMAPFormat4Mapper (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/samples/layout/
Dcmaps.h38 class CMAPFormat4Mapper : public CMAPMapper
41 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
43 virtual ~CMAPFormat4Mapper();
48 CMAPFormat4Mapper() {}; in CMAPFormat4Mapper() function
Dcmaps.cpp94 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper()
110 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() function in CMAPFormat4Mapper
123 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph()
165 CMAPFormat4Mapper::~CMAPFormat4Mapper() in ~CMAPFormat4Mapper()
/external/icu4c/test/letest/
Dcmaps.h34 class CMAPFormat4Mapper : public CMAPMapper
37 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
39 virtual ~CMAPFormat4Mapper();
44 CMAPFormat4Mapper() {}; in CMAPFormat4Mapper() function
Dcmaps.cpp88 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper()
104 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() function in CMAPFormat4Mapper
117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph()
159 CMAPFormat4Mapper::~CMAPFormat4Mapper() in ~CMAPFormat4Mapper()