Home | History | Annotate | Download | only in unicode

Lines Matching refs:dayOfWeek

1387      * @param dayOfWeek The day of the week whose type is desired (UCAL_SUNDAY..UCAL_SATURDAY).
1392 virtual UCalendarWeekdayType getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const;
1397 * for the specified dayOfWeek, return the time at which the weekend begins.
1398 * If getDayOfWeekType() returns UCAL_WEEKEND_CEASE for the specified dayOfWeek,
1400 * some other UCalendarWeekdayType for the specified dayOfWeek, is it an error condition
1402 * @param dayOfWeek
1408 virtual int32_t getWeekendTransition(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const;
2078 * @param dayOfWeek The {@link #UCalendarDateFields DAY_OF_WEEK} for the day
2089 int32_t weekNumber(int32_t desiredDay, int32_t dayOfPeriod, int32_t dayOfWeek);
2113 * @param dayOfWeek The {@link #UCalendarDateFields DAY_OF_WEEK} for the day
2123 inline int32_t weekNumber(int32_t dayOfPeriod, int32_t dayOfWeek);
2476 inline int32_t Calendar::weekNumber(int32_t dayOfPeriod, int32_t dayOfWeek)
2478 return weekNumber(dayOfPeriod, dayOfPeriod, dayOfWeek);