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