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

  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 50 le_uint16 fNameCount;
PortableFontInstance.cpp 83 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
292 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
297 for(le_int32 i = 0; i < fNameCount; i += 1) {
325 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
330 for(le_int32 i = 0; i < fNameCount; i += 1) {
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 54 le_uint16 fNameCount;
PortableFontInstance.cpp 87 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
300 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
305 for(le_int32 i = 0; i < fNameCount; i += 1) {
333 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
338 for(le_int32 i = 0; i < fNameCount; i += 1) {

Completed in 69 milliseconds