Lines Matching full:countrycode
559 char countryCode[ULOC_COUNTRY_CAPACITY];
561 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
562 countryCode[ccLen] = 0;
565 fLocaleDisplayNames->regionDisplayName(countryCode, country);
808 char countryCode[ULOC_COUNTRY_CAPACITY];
810 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
811 countryCode[ccLen] = 0;
814 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
817 fLocaleDisplayNames->regionDisplayName(countryCode, location);