Home
last modified time | relevance | path

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

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