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.java855 synchronized (getSourceLocaleIDCache) { in getCachedFullStatus()
856 AliasLocation fullStatus = getSourceLocaleIDCache.get(xpath); in getCachedFullStatus()
859 getSourceLocaleIDCache.put(xpath, fullStatus); // cache copy in getCachedFullStatus()
878 …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()
1169 getSourceLocaleIDCache.remove(path); in valueChanged()