Searched refs:testLang (Results 1 – 2 of 2) sorted by relevance
1007 UChar *testLang = 0; in doTestDisplayNames() local1033 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() local1526 testLang=(UChar*)malloc(sizeof(UChar) * (size + 1)); in TestSimpleDisplayNames()[all …]
798 UnicodeString testLang; in doTestDisplayNames() local804 testLocale.getDisplayLanguage(displayLocale, testLang); in doTestDisplayNames()836 if (testLang != expectedLang) in doTestDisplayNames()837 …etName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + … in doTestDisplayNames()