OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realThis
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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
...]
/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 2844 milliseconds