Home
last modified time | relevance | path

Searched defs:cacheKey (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DResourceBundleWrapper.java148 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() local
DPluralRulesLoader.java188 String cacheKey = rulesId + "/" + rangesId; // could end with "/null" (this is OK) in getOrCreateRulesForLocale() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DResourceBundleWrapper.java150 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DShaderModuleVk.cpp118 auto cacheKey = std::make_pair(layout, entryPointName); in GetTransformedModuleHandle() local
/third_party/typescript/src/harness/
DfakesHosts.ts352 …const cacheKey = this.vfs.shadowRoot && `SourceFile[languageVersion=${languageVersion},setParentNo… constant
/third_party/typescript/src/tsserver/
DnodeServer.ts224 const cacheKey = extractWatchDirectoryCacheKey(path, currentDrive); constant
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzgnames.cpp822 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
/third_party/icu/icu4c/source/i18n/
Dtzgnames.cpp819 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dtzgnames.cpp819 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
/third_party/typescript/src/compiler/
Dprogram.ts550 const cacheKey = mode !== undefined ? `${mode}|${strName}` : strName; constant
681 const cacheKey = mode !== undefined ? `${mode}|${name}` : name; constant
/third_party/typescript/lib/
Dtsc.js73844 function getCachedIterationTypes(type, cacheKey) { argument
73847 function setCachedIterationTypes(type, cacheKey, cachedTypes2) { argument