Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java437 SoftReference<DateFormatSymbols> ref = cachedInstances.get(cacheKey); in getCachedInstance()
442 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(cacheKey, ref); in getCachedInstance()
449 cachedInstances.put(cacheKey, ref); in getCachedInstance()
836 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
856 SoftReference<DateFormatSymbols> ref = cachedInstances.get(cacheKey); in initializeData()