Searched refs:usCountryCode (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 531 UnicodeString usCountryCode; in getGenericLocationName() local 534 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode, &isPrimary); in getGenericLocationName() 536 if (!usCountryCode.isEmpty()) { in getGenericLocationName() 540 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getGenericLocationName() 541 …int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode),… in getGenericLocationName() 779 UnicodeString usCountryCode; in getPartialLocationName() local 780 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode); in getPartialLocationName() 781 if (!usCountryCode.isEmpty()) { in getPartialLocationName() 783 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getPartialLocationName() 784 …int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode),… in getPartialLocationName()
|