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<String>(sc.getGoodAvailableCodes("ter… 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.java1346 Set<String> territoriesWithoutModernCurrencies = new TreeSet<String>( in TestCurrency() local
1350 territoriesWithoutModernCurrencies.remove("ZZ"); in TestCurrency()
1357 territoriesWithoutModernCurrencies.remove(territory); in TestCurrency()
1387 territoriesWithoutModernCurrencies.remove(territory); in TestCurrency()
1516 if (territoriesWithoutModernCurrencies.size() != 0) { in TestCurrency()
1518 + territoriesWithoutModernCurrencies); in TestCurrency()