Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c1007 UChar *testLang = 0; in doTestDisplayNames() local
1033 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
1034 … uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); in doTestDisplayNames()
1038 testLang=&_NUL; in doTestDisplayNames()
1128 if (0 !=u_strcmp(testLang,expectedLang)) { in doTestDisplayNames()
1129 …ot %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expect… in doTestDisplayNames()
1151 if(testLang!=&_NUL) { in doTestDisplayNames()
1152 free(testLang); in doTestDisplayNames()
1515 UChar *testLang=0; in TestSimpleDisplayNames() local
1526 testLang=(UChar*)malloc(sizeof(UChar) * (size + 1)); in TestSimpleDisplayNames()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp798 UnicodeString testLang; in doTestDisplayNames() local
804 testLocale.getDisplayLanguage(displayLocale, testLang); in doTestDisplayNames()
836 if (testLang != expectedLang) in doTestDisplayNames()
837 …etName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + … in doTestDisplayNames()