Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXMLSource.java740 Map<String, String> getFullPathAtDPathCache = new HashMap<>(); field in XMLSource.ResolvingSource
781 result = getFullPathAtDPathCache.get(xpath); in getFullPath()
806 getFullPathAtDPathCache.put(xpath, result); in getFullPath()