Searched refs:cachedInstances (Results 1 – 1 of 1) sorted by relevance
420 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 DateFormatSymbols781 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()