Home
last modified time | relevance | path

Searched refs:newCountry (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Daliastst.cpp220 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName); in TestDisplayName() local
225 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()
/external/icu4c/common/
Dlocid.cpp312 const char * newCountry, in Locale() argument
317 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) ) in Locale()
343 if ( newCountry != NULL ) in Locale()
345 csize = (int32_t)uprv_strlen(newCountry); in Locale()
419 uprv_strcpy(p, newCountry); in Locale()
/external/icu4c/test/cintltst/
Dcloctst.c2650 UChar newCountry[256] = {'\0'}; in TestDisplayName() local
2668 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()
2676 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()