Searched refs:newCountry (Results 1 – 5 of 5) sorted by relevance
167 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName() local172 if(!newCountry.equals(newLoc.getCountry())){ in TestDisplayName()173 if(!oldCountry.equals(newCountry)){ in TestDisplayName()174 …dLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display l… in TestDisplayName()
171 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName() local176 if(!newCountry.equals(newLoc.getCountry())){ in TestDisplayName()177 if(!oldCountry.equals(newCountry)){ in TestDisplayName()178 …dLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display l… in TestDisplayName()
220 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName); in TestDisplayName() local225 if(newCountry != newLoc.getCountry()){ in TestDisplayName()226 if(oldCountry!=newCountry){ in TestDisplayName()227 …e()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display l… in TestDisplayName()
275 const char * newCountry, in Locale() argument280 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) ) in Locale()304 if ( newCountry != NULL ) in Locale()306 csize = (int32_t)uprv_strlen(newCountry); in Locale()378 uprv_strcpy(p, newCountry); in Locale()
3122 UChar newCountry[256] = {'\0'}; in TestDisplayName() local3140 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()3148 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()