Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dcmaps.h26 class CMAPMapper
31 virtual ~CMAPMapper();
33 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
36 CMAPMapper(const CMAPTable *cmap);
38 CMAPMapper() {}; in CMAPMapper() function
44 class CMAPFormat4Mapper : public CMAPMapper
65 class CMAPGroupMapper : public CMAPMapper
83 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) in CMAPMapper() function
89 inline CMAPMapper::~CMAPMapper() in ~CMAPMapper()
Dcmaps.cpp65 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()
117 : CMAPMapper(cmap) in CMAPFormat4Mapper()
177 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
DGnomeFontInstance.h71 CMAPMapper *fMapper;
DGDIFontInstance.h72 CMAPMapper *fMapper;
DGnomeFontInstance.cpp114 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
DGDIFontInstance.cpp332 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
/external/icu/icu4c/source/test/letest/
Dcmaps.h18 class CMAPMapper
23 virtual ~CMAPMapper();
25 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
28 CMAPMapper(const CMAPTable *cmap);
30 CMAPMapper() {}; in CMAPMapper() function
36 class CMAPFormat4Mapper : public CMAPMapper
57 class CMAPGroupMapper : public CMAPMapper
75 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) in CMAPMapper() function
81 inline CMAPMapper::~CMAPMapper() in ~CMAPMapper()
Dcmaps.cpp56 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()
157 : CMAPMapper(cmap) in CMAPFormat4Mapper()
217 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
DPortableFontInstance.h53 CMAPMapper *fCMAPMapper;
65 CMAPMapper *findUnicodeMapper();
DPortableFontInstance.cpp271 CMAPMapper *PortableFontInstance::findUnicodeMapper() in findUnicodeMapper()
280 return CMAPMapper::createUnicodeMapper(cmap); in findUnicodeMapper()
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.h22 class CMAPMapper
27 virtual ~CMAPMapper();
29 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
32 CMAPMapper(const CMAPTable *cmap);
34 CMAPMapper() {}; in CMAPMapper() function
40 class CMAPFormat4Mapper : public CMAPMapper
61 class CMAPGroupMapper : public CMAPMapper
79 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) in CMAPMapper() function
85 inline CMAPMapper::~CMAPMapper() in ~CMAPMapper()
Dcmaps.cpp60 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()
158 : CMAPMapper(cmap) in CMAPFormat4Mapper()
218 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
DPortableFontInstance.h57 CMAPMapper *fCMAPMapper;
69 CMAPMapper *findUnicodeMapper();
DPortableFontInstance.cpp279 CMAPMapper *PortableFontInstance::findUnicodeMapper() in findUnicodeMapper()
288 return CMAPMapper::createUnicodeMapper(cmap); in findUnicodeMapper()