Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DIsoCurrencyParser.java110 …private Relation<String, String> countryToCodes = Relation.of(new TreeMap<String, Set<String>>(), … field in IsoCurrencyParser
182 countryToCodes.freeze(); in IsoCurrencyParser()
191 return countryToCodes; in getCountryToCodes()
265 countryToCodes.put(data.getCountryCode(), alphabetic_code); in handlePathValue()