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