Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowZoneEquivalences.java152 String lastCountry = ""; in getZoneEquivalences() local
171 if (!country.equals(lastCountry)) { in getZoneEquivalences()
209 lastCountry = country; in getZoneEquivalences()
DCountItems.java515 String lastCountry = ""; in writeZonePrettyPath() local
542 if (!newCountry.equals(lastCountry)) { in writeZonePrettyPath()
545 lastCountry = newCountry; in writeZonePrettyPath()
DMisc.java1128 String lastCountry = ""; in printTimezonesToLocalize() local
1140 if (!country.equals(lastCountry)) { in printTimezonesToLocalize()
1141 lastCountry = country; in printTimezonesToLocalize()