Searched refs:oldCountry (Results 1 – 4 of 4) sorted by relevance
179 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName() local186 if(!oldCountry.equals(newCountry)){ in TestDisplayName()187 …errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+… in TestDisplayName()
182 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName() local189 if(!oldCountry.equals(newCountry)){ in TestDisplayName()190 …errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+… in TestDisplayName()
221 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName); in TestDisplayName() local228 if(oldCountry!=newCountry){ in TestDisplayName()229 …iled for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry =… in TestDisplayName()
3543 UChar oldCountry[256] = {'\0'}; in TestDisplayName() local3561 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()3570 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()