Home | History | Annotate | Download | only in common

Lines Matching refs:country

368                     *p++ = '_'; /* No country found */
428 /* Copy the language and country fields */
431 uprv_strcpy(country, other.country);
485 language[0] = script[0] = country[0] = 0;
537 variantField = 1; /* Usually the 2nd one, except when a script or country is also used. */
553 /* We have a country */
554 uprv_memcpy(country, field[variantField], fieldLen[variantField]);
555 country[fieldLen[variantField]] = 0;
558 variantField++; /* script or country empty but variant in next field (i.e. en__POSIX) */
596 *country = 0;