Searched refs:CMAPGroupMapper (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/letest/ |
D | cmaps.h | 55 class CMAPGroupMapper : public CMAPMapper 58 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups); 60 virtual ~CMAPGroupMapper(); 65 CMAPGroupMapper() {}; in CMAPGroupMapper() function
|
D | cmaps.cpp | 94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); in createUnicodeMapper() 164 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) in CMAPGroupMapper() function in CMAPGroupMapper 172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() 196 CMAPGroupMapper::~CMAPGroupMapper() in ~CMAPGroupMapper()
|
/external/icu4c/samples/layout/ |
D | cmaps.h | 59 class CMAPGroupMapper : public CMAPMapper 62 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups); 64 virtual ~CMAPGroupMapper(); 69 CMAPGroupMapper() {}; in CMAPGroupMapper() function
|
D | cmaps.cpp | 100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); in createUnicodeMapper() 170 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) in CMAPGroupMapper() function in CMAPGroupMapper 178 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() 202 CMAPGroupMapper::~CMAPGroupMapper() in ~CMAPGroupMapper()
|