Searched refs:testCtry (Results 1 – 2 of 2) sorted by relevance
885 UChar *testCtry = 0; in doTestDisplayNames() local941 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()942 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status); in doTestDisplayNames()946 testCtry=&_NUL; in doTestDisplayNames()1012 if (0 != u_strcmp(testCtry,expectedCtry)) { in doTestDisplayNames()1013 …ot %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expect… in doTestDisplayNames()1033 if(testCtry!=&_NUL) { in doTestDisplayNames()1034 free(testCtry); in doTestDisplayNames()
771 UnicodeString testCtry; in doTestDisplayNames() local777 testLocale.getDisplayCountry(displayLocale, testCtry); in doTestDisplayNames()811 if (testCtry != expectedCtry) in doTestDisplayNames()812 …etName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + … in doTestDisplayNames()