Searched refs:testLang (Results 1 – 2 of 2) sorted by relevance
1017 UChar *testLang = 0; in doTestDisplayNames() local1043 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() local1536 testLang=(UChar*)malloc(sizeof(UChar) * (size + 1)); in TestSimpleDisplayNames()[all …]
807 UnicodeString testLang; in doTestDisplayNames() local813 testLocale.getDisplayLanguage(displayLocale, testLang); in doTestDisplayNames()845 if (testLang != expectedLang) in doTestDisplayNames()846 …etName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + … in doTestDisplayNames()