Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowZoneEquivalences.java85 TreeSet<Object[]> country_inflection_names = new TreeSet<Object[]>(ac); in getZoneEquivalences() local
97 country_inflection_names.add(new Object[] { country, zip, zoneID }); in getZoneEquivalences()
161 for (Iterator<Object[]> it = country_inflection_names.iterator(); it.hasNext();) { in getZoneEquivalences()