HomeSort by relevance Sort by last modified time
    Searched defs:CMAPMapper (Results 1 - 4 of 4) 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...]
  /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...]
  /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...]
  /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...]

Completed in 24 milliseconds