Searched refs:testCtry (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcloctst.c864 UChar *testCtry = 0; local
920 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
921 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status);
925 testCtry=&_NUL;
991 if (0 != u_strcmp(testCtry,expectedCtry)) {
992 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
1012 if(testCtry!=&_NUL) {
1013 free(testCtry);
/external/icu4c/test/intltest/
H A Dloctest.cpp750 UnicodeString testCtry; local
756 testLocale.getDisplayCountry(displayLocale, testCtry);
790 if (testCtry != expectedCtry)
791 dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + expectedCtry);

Completed in 67 milliseconds