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

/external/icu4c/test/cintltst/
H A Dcloctst.c862 UChar *testLang = 0; local
888 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
889 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
893 testLang=&_NUL;
983 if (0 !=u_strcmp(testLang,expectedLang)) {
984 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
1006 if(testLang!=&_NUL) {
1007 free(testLang);
1224 UChar *testLang=0; local
1235 testLang
[all...]
/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);

Completed in 704 milliseconds