Home
last modified time | relevance | path

Searched refs:cacheResult (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dserv.cpp472 UBool cacheResult = TRUE; in getKey() local
486 cacheResult = FALSE; in getKey()
547 if (putInCache && cacheResult) { in getKey()
587 if (putInCache && !cacheResult) { in getKey()
/third_party/node/deps/icu-small/source/common/
Dserv.cpp461 UBool cacheResult = true; in getKey() local
475 cacheResult = false; in getKey()
538 if (putInCache && cacheResult) { in getKey()
578 if (putInCache && !cacheResult) { in getKey()
/third_party/icu/icu4c/source/common/
Dserv.cpp461 UBool cacheResult = true; in getKey() local
475 cacheResult = false; in getKey()
538 if (putInCache && cacheResult) { in getKey()
578 if (putInCache && !cacheResult) { in getKey()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUService.java429 boolean cacheResult = true; in getKey()
440 cacheResult = false; in getKey()
458 putInCache = cacheResult; in getKey()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java424 boolean cacheResult = true; in getKey()
435 cacheResult = false; in getKey()
453 putInCache = cacheResult; in getKey()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp1533 angle::Result cacheResult = cache->getProgram(context, this, &programHash); in linkImpl() local
1534 ANGLE_TRY(cacheResult); in linkImpl()
1537 if (cacheResult == angle::Result::Continue) in linkImpl()
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts350 cacheResult(): this;
/third_party/typescript/tests/baselines/reference/
DcomplexRecursiveCollections.js350 cacheResult(): this;
DcomplexRecursiveCollections.errors.txt362 cacheResult(): this;
DcomplexRecursiveCollections.types1435 cacheResult(): this;
1436 >cacheResult : () => this
DcomplexRecursiveCollections.symbols2469 cacheResult(): this;
2470 >cacheResult : Symbol(Seq.cacheResult, Decl(immutable.ts, 323, 38))