Lines Matching refs:UCAL_SUNDAY
331 pdt->setStartRule(UCAL_APRIL, 1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996()
332 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996()
528 cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SUNDAY) in test4070502()
550 if (wd == UCAL_SATURDAY || wd == UCAL_SUNDAY) { in getAssociatedDate()
589 if (min != UCAL_SUNDAY || max != UCAL_SATURDAY) in dowTest()
593 if (dow != UCAL_SUNDAY) in dowTest()
1034 testCal->setFirstDayOfWeek(UCAL_SUNDAY); in test4103271()
1057 testCal->set(UCAL_DAY_OF_WEEK, (i%7) + UCAL_SUNDAY); in test4103271()
1073 1997, 1998, 1, UCAL_SUNDAY, in test4103271()
1087 testCal->setFirstDayOfWeek(UCAL_SUNDAY); in test4103271()
1177 testCal->setFirstDayOfWeek(UCAL_SUNDAY); in test4103271()
1868 for(int32_t firstInWeek = UCAL_SUNDAY; firstInWeek <= UCAL_SATURDAY; firstInWeek++) { in Test4166109()
2093 17, 41, 280, UCAL_SUNDAY, in TestJ81()
2094 24, 42, 287, UCAL_SUNDAY, in TestJ81()
2101 31, 43, 294, UCAL_SUNDAY in TestJ81()
2587 cal.setFirstDayOfWeek(UCAL_SUNDAY); in TestWeekShift()