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.java420 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in getCachedInstance()
425 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in getCachedInstance()
432 cachedInstances.put(locale, ref); in getCachedInstance()
767 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
781 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()