Home | History | Annotate | Download | only in i18n

Lines Matching refs:countryCode

785 		UnicodeString countryCode;
786 ZoneMeta::getCanonicalCountry(utzid, countryCode);
787 if (!countryCode.isEmpty()) {
800 getLocalizedCountry(countryCode, fLocale, country);
960 ZoneMeta::getZoneIdByMetazone(mzid, countryCode, preferredID);
1800 ZoneStringFormat::getLocalizedCountry(const UnicodeString &countryCode, const Locale &locale, UnicodeString &displayCountry) {
1804 int32_t ccLen = countryCode.length();
1817 u_UCharsToChars(countryCode.getBuffer(), &tmpLocStr[3], ccLen);
1829 displayCountry.setTo(countryCode);