Searched refs:oldCountry (Results 1 – 2 of 2) sorted by relevance
219 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName); in TestDisplayName() local226 if(oldCountry!=newCountry){ in TestDisplayName()227 …iled for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry =… in TestDisplayName()
2949 UChar oldCountry[256] = {'\0'}; in TestDisplayName() local2967 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()2976 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()