Searched refs:testDatesPtr (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1776 const TestWeekendDatesList * testDatesPtr = testDates; in TestWeekend() local 1788 for (count = UPRV_LENGTHOF(testDates); count-- > 0; ++testDatesPtr) { in TestWeekend() 1790 UCalendar * cal = ucal_open(NULL, 0, testDatesPtr->locale, UCAL_GREGORIAN, &status); in TestWeekend() 1791 log_verbose("locale: %s\n", testDatesPtr->locale); in TestWeekend() 1793 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates; in TestWeekend() 1794 for (subCount = testDatesPtr->numDates; subCount--; ++weekendDatesPtr) { in TestWeekend() 1815 …log_err("FAIL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_e… in TestWeekend() 1818 …_err("FAIL: locale %s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDat… in TestWeekend() 1820 …log_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeeken… in TestWeekend() 1825 …AIL: ucal_open for locale %s failed: %s - (Are you missing data?)\n", testDatesPtr->locale, u_erro… in TestWeekend()
|