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