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

  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 53 CMAPMapper *fCMAPMapper;
PortableFontInstance.cpp 83 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
177 fCMAPMapper = findUnicodeMapper();
179 if (fCMAPMapper == NULL) {
201 delete fCMAPMapper;
458 return fCMAPMapper->unicodeToGlyph(ch);
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 57 CMAPMapper *fCMAPMapper;
PortableFontInstance.cpp 87 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
180 fCMAPMapper = findUnicodeMapper();
182 if (fCMAPMapper == NULL) {
204 delete fCMAPMapper;
466 return fCMAPMapper->unicodeToGlyph(ch);

Completed in 330 milliseconds