Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSubdivisions.java80 ChainedMap.M4<String, String, String, Status> countryToNameToSubdivisions = ChainedMap.of( in checkSubdivisionFile() local
100countryToNameToSubdivisions.put(country, name, subdivision, deprecated.get(subdivision)); in checkSubdivisionFile()
104 for (Entry<String, Map<String, Map<String, Status>>> entry1 : countryToNameToSubdivisions) { in checkSubdivisionFile()