Home
last modified time | relevance | path

Searched refs:cachedInstances (Results 1 – 11 of 11) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DDateFormatSymbols.java675 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
693 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
698 cachedInstances.remove(locale, ref); in initializeData()
734 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
739 cachedInstances.replace(locale, x, ref); in initializeData()
750 = cachedInstances.putIfAbsent(bundleLocale, ref); in initializeData()
752 cachedInstances.replace(bundleLocale, z, ref); in initializeData()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DDateFormatSymbols.java675 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
693 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
698 cachedInstances.remove(locale, ref); in initializeData()
734 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
739 cachedInstances.replace(locale, x, ref); in initializeData()
750 = cachedInstances.putIfAbsent(bundleLocale, ref); in initializeData()
752 cachedInstances.replace(bundleLocale, z, ref); in initializeData()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/qt/
H A Dqt_instance.cpp45 static QObjectInstanceMap cachedInstances; variable
94 cachedInstances.remove(m_hashkey); in ~QtInstance()
121 foreach (QtInstance* instance, cachedInstances.values(o)) in getQtInstance()
128 cachedInstances.remove(instance->hashKey()); in getQtInstance()
134 cachedInstances.insert(o, ret.get()); in getQtInstance()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DDateFormatSymbols.java707 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
725 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
730 cachedInstances.remove(locale, ref); in initializeData()
769 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
774 cachedInstances.replace(locale, x, ref); in initializeData()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DDateFormatSymbols.java707 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
725 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
730 cachedInstances.remove(locale, ref); in initializeData()
769 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
774 cachedInstances.replace(locale, x, ref); in initializeData()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/text/
H A DDateFormatSymbols.java707 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
725 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
730 cachedInstances.remove(locale, ref); in initializeData()
769 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
774 cachedInstances.replace(locale, x, ref); in initializeData()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/text/
H A DDateFormatSymbols.java707 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
725 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
730 cachedInstances.remove(locale, ref); in initializeData()
769 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
774 cachedInstances.replace(locale, x, ref); in initializeData()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/text/
H A DDateFormatSymbols.java707 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
725 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
730 cachedInstances.remove(locale, ref); in initializeData()
769 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
774 cachedInstances.replace(locale, x, ref); in initializeData()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/text/
H A DDateFormatSymbols.java708 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
726 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
731 cachedInstances.remove(locale, ref); in initializeData()
770 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
775 cachedInstances.replace(locale, x, ref); in initializeData()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/text/
H A DDateFormatSymbols.java707 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
725 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
730 cachedInstances.remove(locale, ref); in initializeData()
774 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
779 cachedInstances.replace(locale, x, ref); in initializeData()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/text/
H A DDateFormatSymbols.java707 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in DateFormatSymbols
725 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale); in initializeData()
730 cachedInstances.remove(locale, ref); in initializeData()
774 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref); in initializeData()
779 cachedInstances.replace(locale, x, ref); in initializeData()