Home
last modified time | relevance | path

Searched refs:getCacheEntry (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducol_res.cpp164 return loader.getCacheEntry(errorCode); in loadTailoring()
247 return getCacheEntry(errorCode); in loadFromLocale()
299 return getCacheEntry(errorCode); in loadFromBundle()
343 return getCacheEntry(errorCode); in loadFromCollations()
373 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()
464 CollationLoader::getCacheEntry(UErrorCode &errorCode) { in getCacheEntry() function in CollationLoader
Ducol_imp.h99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/volley/src/test/java/com/android/volley/
DCacheDispatcherTest.java100 assertNull(mRequest.getCacheEntry()); in cacheMiss()
127 assertSame(entry, mRequest.getCacheEntry()); in softExpiredCacheHit()
140 assertSame(entry, mRequest.getCacheEntry()); in expiredCacheHit()
/external/volley/src/main/java/com/android/volley/toolbox/
DBasicNetwork.java122 getCacheHeaders(request.getCacheEntry()); in performRequest()
129 Entry entry = request.getCacheEntry(); in performRequest()
/external/volley/src/main/java/com/android/volley/
DRequest.java322 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request
/external/icu/icu4c/source/common/
Ducurr.cpp1441 getCacheEntry(const char* locale, UErrorCode& ec) { in getCacheEntry() function
1536 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_parseCurrency()
1602 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_currencyLeads()