Searched refs:countryToNameToSubdivisions (Results 1 – 1 of 1) sorted by relevance
80 ChainedMap.M4<String, String, String, Status> countryToNameToSubdivisions = ChainedMap.of( in checkSubdivisionFile() local100 … countryToNameToSubdivisions.put(country, name, subdivision, deprecated.get(subdivision)); in checkSubdivisionFile()104 for (Entry<String, Map<String, Map<String, Status>>> entry1 : countryToNameToSubdivisions) { in checkSubdivisionFile()