Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java1049 Set<String> bcp47Regions = new LinkedHashSet<String>( in TestTerritoryContainment() local
1051 bcp47Regions.remove("ZZ"); // We don't care about ZZ since it is the in TestTerritoryContainment()
1053 for (Iterator<String> it = bcp47Regions.iterator(); it.hasNext();) { in TestTerritoryContainment()
1065 if (!mapItems.equals(bcp47Regions)) { in TestTerritoryContainment()
1068 bcp47Regions); in TestTerritoryContainment()
1069 errlnDiff("bcp47 regions not in containment items: ", bcp47Regions, in TestTerritoryContainment()