Searched refs:testCtry (Results 1 – 2 of 2) sorted by relevance
1019 UChar *testCtry = 0; in doTestDisplayNames() local1075 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()1076 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status); in doTestDisplayNames()1080 testCtry=&_NUL; in doTestDisplayNames()1146 if (0 != u_strcmp(testCtry,expectedCtry)) { in doTestDisplayNames()1147 …ot %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expect… in doTestDisplayNames()1167 if(testCtry!=&_NUL) { in doTestDisplayNames()1168 free(testCtry); in doTestDisplayNames()
809 UnicodeString testCtry; in doTestDisplayNames() local815 testLocale.getDisplayCountry(displayLocale, testCtry); in doTestDisplayNames()849 if (testCtry != expectedCtry) in doTestDisplayNames()850 …etName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + … in doTestDisplayNames()