Searched refs:fNameCount (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp83 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) {
H A DPortableFontInstance.h50 le_uint16 fNameCount; member in class:PortableFontInstance
/external/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp87 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) {
H A DPortableFontInstance.h54 le_uint16 fNameCount; member in class:PortableFontInstance

Completed in 93 milliseconds