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 51 CMAPMapper *fCMAPMapper;
PortableFontInstance.cpp 81 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
175 fCMAPMapper = findUnicodeMapper();
177 if (fCMAPMapper == NULL) {
199 delete fCMAPMapper;
456 return fCMAPMapper->unicodeToGlyph(ch);
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 51 CMAPMapper *fCMAPMapper;
PortableFontInstance.cpp 81 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
174 fCMAPMapper = findUnicodeMapper();
176 if (fCMAPMapper == NULL) {
198 delete fCMAPMapper;
460 return fCMAPMapper->unicodeToGlyph(ch);

Completed in 64 milliseconds