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

/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1739 const TestWeekendDatesList * testDatesPtr = testDates; local
1751 for (count = sizeof(testDates)/sizeof(testDates[0]); count-- > 0; ++testDatesPtr) {
1753 UCalendar * cal = ucal_open(NULL, 0, testDatesPtr->locale, UCAL_GREGORIAN, &status);
1754 log_verbose("locale: %s\n", testDatesPtr->locale);
1756 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates;
1757 for (subCount = testDatesPtr->numDates; subCount--; ++weekendDatesPtr) {
1778 log_err("FAIL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_errorName(status) );
1781 log_err("FAIL: locale %s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDateBytes, isWeekend );
1783 log_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend );
1788 log_data_err("FAIL: ucal_open for locale %s failed: %s - (Are you missing data?)\n", testDatesPtr
[all...]

Completed in 52 milliseconds