Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1764 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates; in TestWeekend() local
1765 for (subCount = testDatesPtr->numDates; subCount--; ++weekendDatesPtr) { in TestWeekend()
1771 … ucal_setDateTime(cal, weekendDatesPtr->year, weekendDatesPtr->month, weekendDatesPtr->day, in TestWeekend()
1772 weekendDatesPtr->hour, 0, 0, &status); in TestWeekend()
1773 dateToTest = ucal_getMillis(cal, &status) + weekendDatesPtr->millisecOffset; in TestWeekend()
1788 } else if ( (isWeekend!=0) != (weekendDatesPtr->isWeekend!=0) ) { in TestWeekend()