Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java485 ((XMLSource.ResolvingSource) this).getFullPathAtDPathCache = null; in clearCache()
797 Map<String, String> getFullPathAtDPathCache = new HashMap<>(); field in XMLSource.ResolvingSource
846 result = getFullPathAtDPathCache.get(xpath); in getFullPath()
872 getFullPathAtDPathCache.put(xpath, result); in getFullPath()