Searched defs:newLang (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Daliastst.cpp222 const UnicodeString newLang = newLoc.getDisplayLanguage(dipLocName); local
231 if(newLang != newLoc.getLanguage()){
232 if(oldLang != newLang){
233 errln("getLanguage() failed for " + UnicodeString(oldLoc.getName()) + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+UnicodeString(available[j].getName()));
/external/icu/icu4c/source/test/intltest/
H A Daliastst.cpp222 const UnicodeString newLang = newLoc.getDisplayLanguage(dipLocName); local
231 if(newLang != newLoc.getLanguage()){
232 if(oldLang != newLang){
233 errln("getLanguage() failed for " + UnicodeString(oldLoc.getName()) + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+UnicodeString(available[j].getName()));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c3069 UChar newLang[256] = {'\0'}; local
3087 int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status );
3099 if(u_strncmp(oldLang,newLang,oldLangLen)){
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3070 UChar newLang[256] = {'\0'}; local
3088 int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status );
3100 if(u_strncmp(oldLang,newLang,oldLangLen)){

Completed in 396 milliseconds