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.c1017 UChar *testLang = 0; in doTestDisplayNames() local
1043 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
1044 … uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); in doTestDisplayNames()
1048 testLang=&_NUL; in doTestDisplayNames()
1138 if (0 !=u_strcmp(testLang,expectedLang)) { in doTestDisplayNames()
1139 …ot %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expect… in doTestDisplayNames()
1161 if(testLang!=&_NUL) { in doTestDisplayNames()
1162 free(testLang); in doTestDisplayNames()
1525 UChar *testLang=0; in TestSimpleDisplayNames() local
1536 testLang=(UChar*)malloc(sizeof(UChar) * (size + 1)); in TestSimpleDisplayNames()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp807 UnicodeString testLang; in doTestDisplayNames() local
813 testLocale.getDisplayLanguage(displayLocale, testLang); in doTestDisplayNames()
845 if (testLang != expectedLang) in doTestDisplayNames()
846 …etName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + … in doTestDisplayNames()