Home | History | Annotate | Download | only in i18n

Lines Matching refs:countryCode

552             char countryCode[ULOC_COUNTRY_CAPACITY];
554 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
555 countryCode[ccLen] = 0;
558 fLocaleDisplayNames->regionDisplayName(countryCode, country);
805 char countryCode[ULOC_COUNTRY_CAPACITY];
807 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
808 countryCode[ccLen] = 0;
811 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
814 fLocaleDisplayNames->regionDisplayName(countryCode, location);