Searched defs:CMAPMapper (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/hb-icu-le/
H A Dcmaps.h18 class CMAPMapper class
23 virtual ~CMAPMapper();
25 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
28 CMAPMapper(const CMAPTable *cmap);
30 CMAPMapper() {}; function in class:CMAPMapper
36 class CMAPFormat4Mapper : public CMAPMapper
57 class CMAPGroupMapper : public CMAPMapper
75 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) function in class:CMAPMapper
81 inline CMAPMapper
[all...]
/external/icu4c/samples/layout/
H A Dcmaps.h20 class CMAPMapper class
25 virtual ~CMAPMapper();
27 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
30 CMAPMapper(const CMAPTable *cmap);
32 CMAPMapper() {}; function in class:CMAPMapper
38 class CMAPFormat4Mapper : public CMAPMapper
59 class CMAPGroupMapper : public CMAPMapper
77 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) function in class:CMAPMapper
83 inline CMAPMapper
[all...]
/external/icu4c/test/letest/
H A Dcmaps.h16 class CMAPMapper class
21 virtual ~CMAPMapper();
23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
28 CMAPMapper() {}; function in class:CMAPMapper
34 class CMAPFormat4Mapper : public CMAPMapper
55 class CMAPGroupMapper : public CMAPMapper
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) function in class:CMAPMapper
79 inline CMAPMapper
[all...]

Completed in 82 milliseconds