Home
last modified time | relevance | path

Searched refs:oldCountry (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleAliasTest.java182 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName() local
189 if(!oldCountry.equals(newCountry)){ in TestDisplayName()
190 …errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+… in TestDisplayName()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java179 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName() local
186 if(!oldCountry.equals(newCountry)){ in TestDisplayName()
187 …errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+… in TestDisplayName()
/external/icu/icu4c/source/test/intltest/
Daliastst.cpp221 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName); in TestDisplayName() local
228 if(oldCountry!=newCountry){ in TestDisplayName()
229 …iled for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry =… in TestDisplayName()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c3507 UChar oldCountry[256] = {'\0'}; in TestDisplayName() local
3525 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()
3534 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()