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

  /external/chromium_org/third_party/icu/source/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);
  /external/harfbuzz_ng/src/hb-icu-le/
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 48 CMAPMapper *fCMAPMapper;
56 CMAPMapper *findUnicodeMapper();
cmaps.cpp 53 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
105 : CMAPMapper(cmap)
165 : CMAPMapper(cmap), fGroups(groups)
PortableFontInstance.cpp 78 CMAPMapper *PortableFontInstance::findUnicodeMapper()
87 return CMAPMapper::createUnicodeMapper(cmap);
  /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 281 milliseconds