Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DIsoCurrencyParser.java97 static Map<String, String> iso4217CountryToCountryCode = new TreeMap<String, String>(); field in IsoCurrencyParser
104 iso4217CountryToCountryCode.put(name.toUpperCase(Locale.ENGLISH), country); in name.toUpperCase()
106 iso4217CountryToCountryCode.putAll(COUNTRY_CORRECTIONS);
199 String name = iso4217CountryToCountryCode.get(iso4217Country); in getCountryCode()