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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1592 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates; local
1593 for (subCount = testDatesPtr->numDates; subCount--; ++weekendDatesPtr) {
1599 ucal_setDateTime(cal, weekendDatesPtr->year, weekendDatesPtr->month, weekendDatesPtr->day,
1600 weekendDatesPtr->hour, 0, 0, &status);
1601 dateToTest = ucal_getMillis(cal, &status) + weekendDatesPtr->millisecOffset;
1616 } else if ( (isWeekend!=0) != (weekendDatesPtr->isWeekend!=0) ) {
/external/icu4c/test/cintltst/
H A Dccaltst.c1738 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates; local
1739 for (subCount = testDatesPtr->numDates; subCount--; ++weekendDatesPtr) {
1745 ucal_setDateTime(cal, weekendDatesPtr->year, weekendDatesPtr->month, weekendDatesPtr->day,
1746 weekendDatesPtr->hour, 0, 0, &status);
1747 dateToTest = ucal_getMillis(cal, &status) + weekendDatesPtr->millisecOffset;
1762 } else if ( (isWeekend!=0) != (weekendDatesPtr->isWeekend!=0) ) {

Completed in 73 milliseconds