Home | History | Annotate | Download | only in i18n

Lines Matching defs:countryCode

539             char countryCode[ULOC_COUNTRY_CAPACITY];
541 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
542 countryCode[ccLen] = 0;
545 fLocaleDisplayNames->regionDisplayName(countryCode, country);
782 char countryCode[ULOC_COUNTRY_CAPACITY];
784 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
785 countryCode[ccLen] = 0;
788 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
791 fLocaleDisplayNames->regionDisplayName(countryCode, location);