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

  /external/icu4c/samples/layout/
cmaps.h 20 class CMAPMapper
25 virtual ~CMAPMapper();
27 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
30 CMAPMapper(const CMAPTable *cmap);
32 CMAPMapper() {};
38 class CMAPFormat4Mapper : public CMAPMapper
59 class CMAPGroupMapper : public CMAPMapper
77 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
83 inline CMAPMapper::~CMAPMapper(
    [all...]
cmaps.cpp 59 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
111 : CMAPMapper(cmap)
171 : CMAPMapper(cmap), fGroups(groups)
GDIFontInstance.h 66 CMAPMapper *fMapper;
GnomeFontInstance.h 65 CMAPMapper *fMapper;
GnomeFontInstance.cpp 108 fMapper = CMAPMapper::createUnicodeMapper(cmap);
GDIFontInstance.cpp 326 fMapper = CMAPMapper::createUnicodeMapper(cmap);
  /external/icu4c/test/letest/
cmaps.h 16 class CMAPMapper
21 virtual ~CMAPMapper();
23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
28 CMAPMapper() {};
34 class CMAPFormat4Mapper : public CMAPMapper
55 class CMAPGroupMapper : public CMAPMapper
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
79 inline CMAPMapper::~CMAPMapper(
    [all...]
cmaps.cpp 53 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
105 : CMAPMapper(cmap)
165 : CMAPMapper(cmap), fGroups(groups)
PortableFontInstance.h 51 CMAPMapper *fCMAPMapper;
63 CMAPMapper *findUnicodeMapper();
PortableFontInstance.cpp 245 CMAPMapper *PortableFontInstance::findUnicodeMapper()
254 return CMAPMapper::createUnicodeMapper(cmap);

Completed in 132 milliseconds