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 48 le_uint16 fNameCount;
PortableFontInstance.cpp 81 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
290 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
295 for(le_int32 i = 0; i < fNameCount; i += 1) {
323 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
328 for(le_int32 i = 0; i < fNameCount; i += 1) {
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 48 le_uint16 fNameCount;
PortableFontInstance.cpp 81 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
294 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
299 for(le_int32 i = 0; i < fNameCount; i += 1) {
327 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
332 for(le_int32 i = 0; i < fNameCount; i += 1) {

Completed in 35 milliseconds