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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c867 UChar *testLang = 0; local
893 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
894 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
898 testLang=&_NUL;
988 if (0 !=u_strcmp(testLang,expectedLang)) {
989 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
1011 if(testLang!=&_NUL) {
1012 free(testLang);
1308 UChar *testLang=0; local
1319 testLang
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c867 UChar *testLang = 0; local
893 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
894 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
898 testLang=&_NUL;
988 if (0 !=u_strcmp(testLang,expectedLang)) {
989 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
1011 if(testLang!=&_NUL) {
1012 free(testLang);
1309 UChar *testLang=0; local
1320 testLang
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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);

Completed in 156 milliseconds