Home | History | Annotate | Download | only in i18n

Lines Matching full:city

630         UnicodeString city;
636 city.setTo(TRUE, tmpCity, -1);
638 city.setTo(UnicodeString(pCity, -1, US_INV));
640 for (int32_t i = 0; i < city.length(); i++) {
641 if (city.charAt(i) == (UChar)0x5F /*'_'*/) {
642 city.setCharAt(i, (UChar)0x20 /*' '*/);
652 Formattable(city),
657 // If the zone is only one zone in the country, do not add city
811 // Use city for the location
812 locationPart = &city;