Searched refs:getCacheEntry (Results 1 – 6 of 6) 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()
122 getCacheHeaders(request.getCacheEntry()); in performRequest()129 Entry entry = request.getCacheEntry(); in performRequest()
322 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request
1441 getCacheEntry(const char* locale, UErrorCode& ec) { in getCacheEntry() function1536 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_parseCurrency()1602 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_currencyLeads()