HomeSort by relevance Sort by last modified time
    Searched refs:CMAPMapper (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/samples/layout/
cmaps.h 26 class CMAPMapper
31 virtual ~CMAPMapper();
33 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
36 CMAPMapper(const CMAPTable *cmap);
38 CMAPMapper() {};
44 class CMAPFormat4Mapper : public CMAPMapper
65 class CMAPGroupMapper : public CMAPMapper
83 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
89 inline CMAPMapper::~CMAPMapper(
    [all...]
cmaps.cpp 65 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
117 : CMAPMapper(cmap)
177 : CMAPMapper(cmap), fGroups(groups)
GDIFontInstance.h 72 CMAPMapper *fMapper;
GnomeFontInstance.h 71 CMAPMapper *fMapper;
GnomeFontInstance.cpp 114 fMapper = CMAPMapper::createUnicodeMapper(cmap);
GDIFontInstance.cpp 332 fMapper = CMAPMapper::createUnicodeMapper(cmap);
  /external/icu/icu4c/source/test/letest/
cmaps.h 18 class CMAPMapper
23 virtual ~CMAPMapper();
25 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
28 CMAPMapper(const CMAPTable *cmap);
30 CMAPMapper() {};
36 class CMAPFormat4Mapper : public CMAPMapper
57 class CMAPGroupMapper : public CMAPMapper
75 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
81 inline CMAPMapper::~CMAPMapper(
    [all...]
PortableFontInstance.h 53 CMAPMapper *fCMAPMapper;
65 CMAPMapper *findUnicodeMapper();
cmaps.cpp 56 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
157 : CMAPMapper(cmap)
217 : CMAPMapper(cmap), fGroups(groups)
PortableFontInstance.cpp 271 CMAPMapper *PortableFontInstance::findUnicodeMapper()
280 return CMAPMapper::createUnicodeMapper(cmap);
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.h 22 class CMAPMapper
27 virtual ~CMAPMapper();
29 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
32 CMAPMapper(const CMAPTable *cmap);
34 CMAPMapper() {};
40 class CMAPFormat4Mapper : public CMAPMapper
61 class CMAPGroupMapper : public CMAPMapper
79 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
85 inline CMAPMapper::~CMAPMapper(
    [all...]
PortableFontInstance.h 57 CMAPMapper *fCMAPMapper;
69 CMAPMapper *findUnicodeMapper();
cmaps.cpp 60 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
158 : CMAPMapper(cmap)
218 : CMAPMapper(cmap), fGroups(groups)
PortableFontInstance.cpp 279 CMAPMapper *PortableFontInstance::findUnicodeMapper()
288 return CMAPMapper::createUnicodeMapper(cmap);

Completed in 103 milliseconds