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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c722 UChar *testCtry = 0; local
778 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
779 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status);
783 testCtry=&_NUL;
849 if (0 != u_strcmp(testCtry,expectedCtry)) {
850 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
870 if(testCtry!=&_NUL) {
871 free(testCtry);
/external/icu4c/test/cintltst/
H A Dcloctst.c866 UChar *testCtry = 0; local
922 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
923 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status);
927 testCtry=&_NUL;
993 if (0 != u_strcmp(testCtry,expectedCtry)) {
994 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
1014 if(testCtry!=&_NUL) {
1015 free(testCtry);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp749 UnicodeString testCtry; local
755 testLocale.getDisplayCountry(displayLocale, testCtry);
789 if (testCtry != expectedCtry)
790 dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + expectedCtry);
/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 255 milliseconds