Searched refs:testLang (Results 1 – 2 of 2) sorted by relevance
878 UChar *testLang = 0; in doTestDisplayNames() local904 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()905 … uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); in doTestDisplayNames()909 testLang=&_NUL; in doTestDisplayNames()999 if (0 !=u_strcmp(testLang,expectedLang)) { in doTestDisplayNames()1000 …ot %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expect… in doTestDisplayNames()1022 if(testLang!=&_NUL) { in doTestDisplayNames()1023 free(testLang); in doTestDisplayNames()1320 UChar *testLang=0; in TestSimpleDisplayNames() local1331 testLang=(UChar*)malloc(sizeof(UChar) * (size + 1)); in TestSimpleDisplayNames()[all …]
744 UnicodeString testLang; in doTestDisplayNames() local750 testLocale.getDisplayLanguage(displayLocale, testLang); in doTestDisplayNames()782 if (testLang != expectedLang) in doTestDisplayNames()783 …etName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + … in doTestDisplayNames()