Searched refs:TO_COUNTRY_CODE (Results 1 – 1 of 1) sorted by relevance
105 final Map<String, String> TO_COUNTRY_CODE = new TreeMap<String, String>(); field in SubdivisionNode.SubdivisionSet358 for (Entry<String, String> entry : TO_COUNTRY_CODE.entrySet()) { in SubdivisionSet()361 … TO_COUNTRY_CODE.remove(entry.getKey(), target); // there can be at most one in SubdivisionSet()366 TO_COUNTRY_CODE.put(lastCode, target); in SubdivisionSet()475 for (Entry<String, String> entry : TO_COUNTRY_CODE.entrySet()) { in print()541 addAliases(output, sdset.TO_COUNTRY_CODE.keySet()); in printAliases()546 missing.addAll(sdset.TO_COUNTRY_CODE.keySet()); in printAliases()562 missing.removeAll(sdset.TO_COUNTRY_CODE.keySet()); in printAliases()576 String replacement = sdset.TO_COUNTRY_CODE.get(toReplace); in addAliases()