Searched refs:testCtry (Results 1 – 2 of 2) sorted by relevance
864 UChar *testCtry = 0; in doTestDisplayNames() local920 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()921 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status); in doTestDisplayNames()925 testCtry=&_NUL; in doTestDisplayNames()991 if (0 != u_strcmp(testCtry,expectedCtry)) { in doTestDisplayNames()992 …ot %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expect… in doTestDisplayNames()1012 if(testCtry!=&_NUL) { in doTestDisplayNames()1013 free(testCtry); in doTestDisplayNames()
750 UnicodeString testCtry; in doTestDisplayNames() local756 testLocale.getDisplayCountry(displayLocale, testCtry); in doTestDisplayNames()790 if (testCtry != expectedCtry) in doTestDisplayNames()791 …etName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + … in doTestDisplayNames()