Home
last modified time | relevance | path

Searched refs:cacheKey (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dtzgnames.cpp785 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
786 if (cacheKey != NULL) { in getPartialLocationName()
787 cacheKey->tzID = key.tzID; in getPartialLocationName()
788 cacheKey->mzID = key.mzID; in getPartialLocationName()
789 cacheKey->isLong = key.isLong; in getPartialLocationName()
790 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()
792 uprv_free(cacheKey); in getPartialLocationName()
Dcolldata.cpp640 CollData::CollData(UCollator *collator, char *cacheKey, int32_t cacheKeyLength, UErrorCode &status) in CollData() argument
690 ARRAY_COPY(key, cacheKey, cacheKeyLength); in CollData()
/external/icu4c/i18n/unicode/
Dcolldata.h425 CollData(UCollator *collator, char *cacheKey, int32_t cachekeyLength, UErrorCode &status);
/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.cpp177 StringImpl* cacheKey = static_cast<StringImpl*>(context); in stringWrapperDestroyed() local
178 cacheKey->deref(); in stringWrapperDestroyed()