Lines Matching defs:newCountry
2805 UChar newCountry[256] = {'\0'};2823 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status);2831 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){