Searched refs:newCountry (Results 1 – 3 of 3) sorted by relevance
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()
244 const char * newCountry, in Locale() argument249 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) ) in Locale()273 if ( newCountry != NULL ) in Locale()275 csize = (int32_t)uprv_strlen(newCountry); in Locale()347 uprv_strcpy(p, newCountry); in Locale()
2950 UChar newCountry[256] = {'\0'}; in TestDisplayName() local2968 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()2976 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()