Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathUtilities.java107 private static Map<String, String> mzXpathToContinent = new HashMap<String, String>(); field in PathUtilities
110 String continent = mzXpathToContinent.get(xpath); in getMetazoneContinent()