Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp537 UnicodeString usCountryCode; in getGenericLocationName() local
540 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode, &isPrimary); in getGenericLocationName()
542 if (!usCountryCode.isEmpty()) { in getGenericLocationName()
546 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getGenericLocationName()
547 …int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode),… in getGenericLocationName()
785 UnicodeString usCountryCode; in getPartialLocationName() local
786 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode); in getPartialLocationName()
787 if (!usCountryCode.isEmpty()) { in getPartialLocationName()
789 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getPartialLocationName()
790 …int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode),… in getPartialLocationName()