Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp530 UnicodeString usCountryCode; in getGenericLocationName() local
533 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode, &isPrimary); in getGenericLocationName()
535 if (!usCountryCode.isEmpty()) { in getGenericLocationName()
539 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getGenericLocationName()
540 …int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode),… in getGenericLocationName()
778 UnicodeString usCountryCode; in getPartialLocationName() local
779 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode); in getPartialLocationName()
780 if (!usCountryCode.isEmpty()) { in getPartialLocationName()
782 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getPartialLocationName()
783 …int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode),… in getPartialLocationName()