Searched refs:territory_currencies (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CLDRTest.java | 656 Map<String, Set<String>> territory_currencies, Map<String, Map<String, String>> aliases) { 678 if (territory_currencies != null) { 682 Set s = territory_currencies.get(region); 684 territory_currencies.put(region, s = new LinkedHashSet()); 935 Map<String, Set<String>> territory_currencies = new TreeMap<>(); in TestSupplementalData() local 937 …getSupplementalData(language_scripts, language_territories, groups, territory_currencies, aliases); in TestSupplementalData() 1001 if (!standardTerritories.containsAll(territory_currencies.keySet())) { in TestSupplementalData() 1002 TreeSet<String> extras = new TreeSet<>(territory_currencies.keySet()); in TestSupplementalData() 1005 extras = new TreeSet<>(territory_currencies.keySet()); in TestSupplementalData() 1011 if (!territory_currencies.keySet().containsAll(standardTerritories)) { in TestSupplementalData() [all …]
|