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.java759 Map<String, String> getFullPathAtDPathCache = new HashMap<String, String>(); field in XMLSource.ResolvingSource
805 String result = getFullPathAtDPathCache.get(xpath); in getFullPath()
829 getFullPathAtDPathCache.put(xpath, result); in getFullPath()