Searched refs:cacheKey (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/ |
D | tzgnames.cpp | 785 … 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()
|
D | colldata.cpp | 640 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/ |
D | colldata.h | 425 CollData(UCollator *collator, char *cacheKey, int32_t cachekeyLength, UErrorCode &status);
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMBinding.cpp | 177 StringImpl* cacheKey = static_cast<StringImpl*>(context); in stringWrapperDestroyed() local 178 cacheKey->deref(); in stringWrapperDestroyed()
|