Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowZoneEquivalences.java194 String mapLink = CountItems.country_map.get(country); in getZoneEquivalences() local
195 if (mapLink != null) { in getZoneEquivalences()
196 newCountry = "<a target='map' href='" + mapLink + "'>" + country in getZoneEquivalences()