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.java850 synchronized (getSourceLocaleIDCache) { in getCachedFullStatus()
851 AliasLocation fullStatus = getSourceLocaleIDCache.get(xpath); in getCachedFullStatus()
854 getSourceLocaleIDCache.put(xpath, fullStatus); // cache copy in getCachedFullStatus()
920 …private transient Map<String, AliasLocation> getSourceLocaleIDCache = new WeakHashMap<String, Alia… field in XMLSource.ResolvingSource
1157 synchronized (getSourceLocaleIDCache) { in valueChanged()
1158 AliasLocation location = getSourceLocaleIDCache.remove(xpath); in valueChanged()
1167 getSourceLocaleIDCache.remove(path); in valueChanged()