Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckEnglishCurrencyNames.java33 …Set<String> territoriesWithoutModernCurrencies = new TreeSet<>(sc.getGoodAvailableCodes("territory… in main() local
37 territoriesWithoutModernCurrencies.remove(territory); in main()
55 territoriesWithoutModernCurrencies.remove(territory); in main()
80 …System.out.println("Territories without Modern Currencies: " + territoriesWithoutModernCurrencies); in main()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java1388 Set<String> territoriesWithoutModernCurrencies = new TreeSet<>( in TestCurrency() local
1392 territoriesWithoutModernCurrencies.remove("ZZ"); in TestCurrency()
1399 territoriesWithoutModernCurrencies.remove(territory); in TestCurrency()
1429 territoriesWithoutModernCurrencies.remove(territory); in TestCurrency()
1558 if (territoriesWithoutModernCurrencies.size() != 0) { in TestCurrency()
1560 + territoriesWithoutModernCurrencies); in TestCurrency()