Home
last modified time | relevance | path

Searched refs:CMAPMapper (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/letest/
Dcmaps.h16 class CMAPMapper
21 virtual ~CMAPMapper();
23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
28 CMAPMapper() {}; in CMAPMapper() function
34 class CMAPFormat4Mapper : public CMAPMapper
55 class CMAPGroupMapper : public CMAPMapper
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) in CMAPMapper() function
79 inline CMAPMapper::~CMAPMapper() in ~CMAPMapper()
Dcmaps.cpp54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()
155 : CMAPMapper(cmap) in CMAPFormat4Mapper()
215 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
DPortableFontInstance.h51 CMAPMapper *fCMAPMapper;
63 CMAPMapper *findUnicodeMapper();
DPortableFontInstance.cpp269 CMAPMapper *PortableFontInstance::findUnicodeMapper() in findUnicodeMapper()
278 return CMAPMapper::createUnicodeMapper(cmap); in findUnicodeMapper()
/external/icu/icu4c/source/samples/layout/
Dcmaps.h20 class CMAPMapper
25 virtual ~CMAPMapper();
27 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
30 CMAPMapper(const CMAPTable *cmap);
32 CMAPMapper() {}; in CMAPMapper() function
38 class CMAPFormat4Mapper : public CMAPMapper
59 class CMAPGroupMapper : public CMAPMapper
77 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) in CMAPMapper() function
83 inline CMAPMapper::~CMAPMapper() in ~CMAPMapper()
Dcmaps.cpp59 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()
111 : CMAPMapper(cmap) in CMAPFormat4Mapper()
171 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
DGDIFontInstance.h66 CMAPMapper *fMapper;
DGnomeFontInstance.h65 CMAPMapper *fMapper;
DGnomeFontInstance.cpp108 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
DGDIFontInstance.cpp326 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.h16 class CMAPMapper
21 virtual ~CMAPMapper();
23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
28 CMAPMapper() {}; in CMAPMapper() function
34 class CMAPFormat4Mapper : public CMAPMapper
55 class CMAPGroupMapper : public CMAPMapper
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) in CMAPMapper() function
79 inline CMAPMapper::~CMAPMapper() in ~CMAPMapper()
Dcmaps.cpp54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()
152 : CMAPMapper(cmap) in CMAPFormat4Mapper()
212 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
DPortableFontInstance.h51 CMAPMapper *fCMAPMapper;
63 CMAPMapper *findUnicodeMapper();
DPortableFontInstance.cpp273 CMAPMapper *PortableFontInstance::findUnicodeMapper() in findUnicodeMapper()
282 return CMAPMapper::createUnicodeMapper(cmap); in findUnicodeMapper()