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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp747 UnicodeString testLang; local
753 testLocale.getDisplayLanguage(displayLocale, testLang);
785 if (testLang != expectedLang)
786 dataerrln("Display language (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + expectedLang);
/external/icu4c/test/intltest/
H A Dloctest.cpp748 UnicodeString testLang; local
754 testLocale.getDisplayLanguage(displayLocale, testLang);
786 if (testLang != expectedLang)
787 dataerrln("Display language (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + expectedLang);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c720 UChar *testLang = 0; local
746 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
747 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
751 testLang=&_NUL;
841 if (0 !=u_strcmp(testLang,expectedLang)) {
842 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
864 if(testLang!=&_NUL) {
865 free(testLang);
1082 UChar *testLang=0; local
1093 testLang
[all...]
/external/icu4c/test/cintltst/
H A Dcloctst.c864 UChar *testLang = 0; local
890 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
891 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
895 testLang=&_NUL;
985 if (0 !=u_strcmp(testLang,expectedLang)) {
986 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
1008 if(testLang!=&_NUL) {
1009 free(testLang);
1228 UChar *testLang=0; local
1239 testLang
[all...]

Completed in 79 milliseconds