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.java432 SoftReference<DateFormatSymbols> ref = cachedInstances.get(cacheKey); in getCachedInstance()
437 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(cacheKey, ref); in getCachedInstance()
444 cachedInstances.put(cacheKey, ref); in getCachedInstance()
805 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
825 SoftReference<DateFormatSymbols> ref = cachedInstances.get(cacheKey); in initializeData()