Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java180 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName() local
185 if(!newCountry.equals(newLoc.getCountry())){ in TestDisplayName()
186 if(!oldCountry.equals(newCountry)){ in TestDisplayName()
187 …dLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display l… in TestDisplayName()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleAliasTest.java183 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName() local
188 if(!newCountry.equals(newLoc.getCountry())){ in TestDisplayName()
189 if(!oldCountry.equals(newCountry)){ in TestDisplayName()
190 …dLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display l… in TestDisplayName()
/third_party/icu/icu4c/source/test/intltest/
Daliastst.cpp222 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName); in TestDisplayName() local
227 if(newCountry != newLoc.getCountry()){ in TestDisplayName()
228 if(oldCountry!=newCountry){ in TestDisplayName()
229 …e()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display l… in TestDisplayName()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocid.cpp290 const char * newCountry, in Locale() argument
295 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) ) in Locale()
324 if ( newCountry != NULL ) in Locale()
326 csize = (int32_t)uprv_strlen(newCountry); in Locale()
392 togo.append(newCountry, status); in Locale()
/third_party/node/deps/icu-small/source/common/
Dlocid.cpp288 const char * newCountry, in Locale() argument
293 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) ) in Locale()
320 if ( newCountry != NULL ) in Locale()
322 csize = (int32_t)uprv_strlen(newCountry); in Locale()
370 togo.append(newCountry, status); in Locale()
/third_party/skia/third_party/externals/icu/source/common/
Dlocid.cpp288 const char * newCountry, in Locale() argument
293 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) ) in Locale()
322 if ( newCountry != NULL ) in Locale()
324 csize = (int32_t)uprv_strlen(newCountry); in Locale()
390 togo.append(newCountry, status); in Locale()
/third_party/icu/icu4c/source/common/
Dlocid.cpp288 const char * newCountry, in Locale() argument
293 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) ) in Locale()
322 if ( newCountry != NULL ) in Locale()
324 csize = (int32_t)uprv_strlen(newCountry); in Locale()
390 togo.append(newCountry, status); in Locale()
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c3509 UChar newCountry[256] = {'\0'}; in TestDisplayName() local
3527 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()
3535 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()