Searched refs:fNameCount (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/perf/leperf/ |
D | PortableFontInstance.cpp | 87 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance() 300 realThis->fNameCount = SWAPW(realThis->fNAMETable->count); in getNameString() 305 for(le_int32 i = 0; i < fNameCount; i += 1) { in getNameString() 333 realThis->fNameCount = SWAPW(realThis->fNAMETable->count); in getUnicodeNameString() 338 for(le_int32 i = 0; i < fNameCount; i += 1) { in getUnicodeNameString()
|
D | PortableFontInstance.h | 54 le_uint16 fNameCount; variable
|
/external/icu/icu4c/source/test/letest/ |
D | PortableFontInstance.cpp | 83 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance() 292 realThis->fNameCount = SWAPW(realThis->fNAMETable->count); in getNameString() 297 for(le_int32 i = 0; i < fNameCount; i += 1) { in getNameString() 325 realThis->fNameCount = SWAPW(realThis->fNAMETable->count); in getUnicodeNameString() 330 for(le_int32 i = 0; i < fNameCount; i += 1) { in getUnicodeNameString()
|
D | PortableFontInstance.h | 50 le_uint16 fNameCount; variable
|