Home | History | Annotate | Download | only in common

Lines Matching refs:country

399                     *p++ = '_'; /* No country found */
453 /* Copy the language and country fields */
456 uprv_strcpy(country, other.country);
509 language[0] = script[0] = country[0] = 0;
561 variantField = 1; /* Usually the 2nd one, except when a script or country is also used. */
577 /* We have a country */
578 uprv_memcpy(country, field[variantField], fieldLen[variantField]);
579 country[fieldLen[variantField]] = 0;
582 variantField++; /* script or country empty but variant in next field (i.e. en__POSIX) */
663 *country = 0;