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

  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp 261 PortableFontInstance *realThis = (PortableFontInstance *) this;
263 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
265 if (realThis->fNAMETable != NULL) {
266 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
267 realThis->fNameStringOffset = SWAPW(realThis->fNAMETable->stringOffset);
294 PortableFontInstance *realThis = (PortableFontInstance *) this;
296 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
298 if (realThis->fNAMETable != NULL)
    [all...]
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp 289 PortableFontInstance *realThis = (PortableFontInstance *) this;
291 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
293 if (realThis->fNAMETable != NULL) {
294 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
295 realThis->fNameStringOffset = SWAPW(realThis->fNAMETable->stringOffset);
322 PortableFontInstance *realThis = (PortableFontInstance *) this;
324 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
326 if (realThis->fNAMETable != NULL)
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 289 PortableFontInstance *realThis = (PortableFontInstance *) this;
291 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
293 if (realThis->fNAMETable != NULL) {
294 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
295 realThis->fNameStringOffset = SWAPW(realThis->fNAMETable->stringOffset);
322 PortableFontInstance *realThis = (PortableFontInstance *) this;
324 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
326 if (realThis->fNAMETable != NULL)
    [all...]

Completed in 2317 milliseconds