Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckEnglishCurrencyNames.java82 …Relation<String, String> territory2official = Relation.of(new TreeMap<String, Set<String>>(), Tree… in main() local
94 territory2official.put(territory, language); in main()
107 final Set<String> languages = territory2official.get(territory); in main()