Searched refs:toCountry (Results 1 – 1 of 1) sorted by relevance
687 char fromCountry[ULOC_FULLNAME_CAPACITY], toCountry[ULOC_FULLNAME_CAPACITY]; in TestConsistentCountryInfo() local714 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode); in TestConsistentCountryInfo()731 if (strcmp(fromCountry, toCountry) == 0) { in TestConsistentCountryInfo()