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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c3066 UChar oldCountry[256] = {'\0'}; local
3084 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
3093 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3067 UChar oldCountry[256] = {'\0'}; local
3085 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
3094 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){

Completed in 1073 milliseconds