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

  /external/icu4c/test/letest/
PortableFontInstance.cpp 69 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
266 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
271 for(le_int32 i = 0; i < fNameCount; i += 1) {
299 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
304 for(le_int32 i = 0; i < fNameCount; i += 1) {
PortableFontInstance.h 48 le_uint16 fNameCount;

Completed in 37 milliseconds