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