Lines Matching refs:country
429 *p++ = '_'; /* No country found */
489 /* Copy the language and country fields */
492 uprv_strcpy(country, other.country);
544 language[0] = script[0] = country[0] = 0;
592 || (fieldLen[1] == 4 && fieldLen[2] >= (int32_t)(sizeof(country)))
593 || (fieldLen[1] != 4 && fieldLen[1] >= (int32_t)(sizeof(country))))
610 /* We have a country */
611 uprv_memcpy(country, field[2], fieldLen[2]);
612 country[fieldLen[2]] = 0;
616 /* We have a country and no script */
617 uprv_memcpy(country, field[1], fieldLen[1]);
618 country[fieldLen[1]] = 0;
657 *country = 0;