Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java486 ((XMLSource.ResolvingSource) this).getSourceLocaleIDCache = null; in clearCache()
925 synchronized (getSourceLocaleIDCache) { in getCachedFullStatus()
926 AliasLocation fullStatus = getSourceLocaleIDCache.get(xpath); in getCachedFullStatus()
929 getSourceLocaleIDCache.put(xpath, fullStatus); // cache copy in getCachedFullStatus()
948 private transient Map<String, AliasLocation> getSourceLocaleIDCache = new WeakHashMap<>(); field in XMLSource.ResolvingSource
1239 synchronized (getSourceLocaleIDCache) { in valueChanged()
1240 AliasLocation location = getSourceLocaleIDCache.remove(xpath); in valueChanged()
1251 getSourceLocaleIDCache.remove(path); in valueChanged()