Searched refs:fNameCount (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/perf/leperf/ |
D | PortableFontInstance.cpp | 81 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance() 294 realThis->fNameCount = SWAPW(realThis->fNAMETable->count); in getNameString() 299 for(le_int32 i = 0; i < fNameCount; i += 1) { in getNameString() 327 realThis->fNameCount = SWAPW(realThis->fNAMETable->count); in getUnicodeNameString() 332 for(le_int32 i = 0; i < fNameCount; i += 1) { in getUnicodeNameString()
|
D | PortableFontInstance.h | 48 le_uint16 fNameCount; variable
|
/external/icu/icu4c/source/test/letest/ |
D | PortableFontInstance.cpp | 81 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance() 290 realThis->fNameCount = SWAPW(realThis->fNAMETable->count); in getNameString() 295 for(le_int32 i = 0; i < fNameCount; i += 1) { in getNameString() 323 realThis->fNameCount = SWAPW(realThis->fNAMETable->count); in getUnicodeNameString() 328 for(le_int32 i = 0; i < fNameCount; i += 1) { in getUnicodeNameString()
|
D | PortableFontInstance.h | 48 le_uint16 fNameCount; variable
|