Searched defs:cacheKey (Results 1 – 11 of 11) sorted by relevance
148 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() local
188 String cacheKey = rulesId + "/" + rangesId; // could end with "/null" (this is OK) in getOrCreateRulesForLocale() local
150 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() local
118 auto cacheKey = std::make_pair(layout, entryPointName); in GetTransformedModuleHandle() local
352 …const cacheKey = this.vfs.shadowRoot && `SourceFile[languageVersion=${languageVersion},setParentNo… constant
224 const cacheKey = extractWatchDirectoryCacheKey(path, currentDrive); constant
822 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
819 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
550 const cacheKey = mode !== undefined ? `${mode}|${strName}` : strName; constant681 const cacheKey = mode !== undefined ? `${mode}|${name}` : name; constant
73844 function getCachedIterationTypes(type, cacheKey) { argument73847 function setCachedIterationTypes(type, cacheKey, cachedTypes2) { argument