Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateG2xG2.java368 static Map<String, List<String>> territory_currency = null; field in GenerateG2xG2
371 if (territory_currency == null) { in getCurrency()
372 territory_currency = new TreeMap<>(); in getCurrency()
389 List<String> info = territory_currency.get(iso3166); in getCurrency()
391 territory_currency.put(iso3166, info = new ArrayList<>()); in getCurrency()
398 return territory_currency.get(territory); in getCurrency()
DShowLanguages.java669 Map<String, Set> territory_currency = new TreeMap<String, Set>(col); field in ShowLanguages.LanguageInfo
748 Set info = territory_currency.get(countryName); in LanguageInfo()
750 territory_currency.put(countryName, info = new TreeSet(col3)); in LanguageInfo()