Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java1883 …Relation<String, String> modernCurrencyToTerritory = Relation.of(new HashMap<String, Set<String>>(… in printCurrency() local
1917modernCurrencyToTerritory.put(infoItem.getCurrency(), getTerritoryName(regionCode)); in printCurrency()
1966 Set<String> modernTerritories = modernCurrencyToTerritory.get(currency); in printCurrency()