Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java529 …private transient final Map<String, String> localizedCountry_countryCode = new HashMap<String, Str… local
631 String countryCode = (String) localizedCountry_countryCode.get(inputText); in parse()
700 if (name != null) localizedCountry_countryCode.put(name, countryCode); in buildParsingInfo()