Home | History | Annotate | Download | only in i18n

Lines Matching defs:country

529     const char *country = maxLocale.getCountry();
530 if (*country == '\0') { country = "001"; }
536 langCountry.append(country, uprv_strlen(country), status);
541 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, const_cast<char *>(country));