Searched refs:weekendDatesPtr (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1756 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates; in TestWeekend() local 1757 for (subCount = testDatesPtr->numDates; subCount--; ++weekendDatesPtr) { in TestWeekend() 1763 … ucal_setDateTime(cal, weekendDatesPtr->year, weekendDatesPtr->month, weekendDatesPtr->day, in TestWeekend() 1764 weekendDatesPtr->hour, 0, 0, &status); in TestWeekend() 1765 dateToTest = ucal_getMillis(cal, &status) + weekendDatesPtr->millisecOffset; in TestWeekend() 1780 } else if ( (isWeekend!=0) != (weekendDatesPtr->isWeekend!=0) ) { in TestWeekend()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ccaltst.c | 1752 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates; in TestWeekend() local 1753 for (subCount = testDatesPtr->numDates; subCount--; ++weekendDatesPtr) { in TestWeekend() 1759 … ucal_setDateTime(cal, weekendDatesPtr->year, weekendDatesPtr->month, weekendDatesPtr->day, in TestWeekend() 1760 weekendDatesPtr->hour, 0, 0, &status); in TestWeekend() 1761 dateToTest = ucal_getMillis(cal, &status) + weekendDatesPtr->millisecOffset; in TestWeekend() 1776 } else if ( (isWeekend!=0) != (weekendDatesPtr->isWeekend!=0) ) { in TestWeekend()
|