Searched refs:getCacheEntry (Results 1 – 9 of 9) sorted by relevance
164 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
99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
100 assertNull(mRequest.getCacheEntry()); in cacheMiss()127 assertSame(entry, mRequest.getCacheEntry()); in softExpiredCacheHit()140 assertSame(entry, mRequest.getCacheEntry()); in expiredCacheHit()157 assertNull(request.getCacheEntry()); in freshCacheHit_parseError()
102 HttpHeaderParser.getCacheHeaders(request.getCacheEntry()); in performRequest()
67 Cache.Entry entry = request.getCacheEntry(); in getNotModifiedNetworkResponse()
147 HttpHeaderParser.getCacheHeaders(request.getCacheEntry()); in performRequest()
326 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request
1414 getCacheEntry(const char* locale, UErrorCode& ec) { in getCacheEntry() function1509 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_parseCurrency()1575 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_currencyLeads()