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

/external/icu4c/test/intltest/
H A Daliastst.cpp219 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName); local
226 if(oldCountry!=newCountry){
227 errln("getCountry() failed for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ UnicodeString(available[j].getName()));
/external/icu4c/test/cintltst/
H A Dcloctst.c2946 UChar oldCountry[256] = {'\0'}; local
2964 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
2973 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){

Completed in 398 milliseconds