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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c869 UChar *testCtry = 0; local
925 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
926 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status);
930 testCtry=&_NUL;
996 if (0 != u_strcmp(testCtry,expectedCtry)) {
997 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
1017 if(testCtry!=&_NUL) {
1018 free(testCtry);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c869 UChar *testCtry = 0; local
925 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
926 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status);
930 testCtry=&_NUL;
996 if (0 != u_strcmp(testCtry,expectedCtry)) {
997 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
1017 if(testCtry!=&_NUL) {
1018 free(testCtry);
/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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 946 milliseconds