Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Daliastst.cpp219 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName); in TestDisplayName() local
226 if(oldCountry!=newCountry){ in TestDisplayName()
227 …iled for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry =… in TestDisplayName()
/external/icu4c/test/cintltst/
Dcloctst.c2949 UChar oldCountry[256] = {'\0'}; in TestDisplayName() local
2967 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()
2976 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()