Home | History | Annotate | Download | only in unicode

Lines Matching refs:dayOfWeek

1203      * @param dayOfWeek The day of the week whose type is desired (UCAL_SUNDAY..UCAL_SATURDAY).
1208 virtual UCalendarWeekdayType getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const;
1213 * for the specified dayOfWeek, return the time at which the weekend begins.
1214 * If getDayOfWeekType() returns UCAL_WEEKEND_CEASE for the specified dayOfWeek,
1216 * some other UCalendarWeekdayType for the specified dayOfWeek, is it an error condition
1218 * @param dayOfWeek The day of the week for which the weekend transition time is
1224 virtual int32_t getWeekendTransition(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const;
1880 * @param dayOfWeek The {@link #UCalendarDateFields DAY_OF_WEEK} for the day
1891 int32_t weekNumber(int32_t desiredDay, int32_t dayOfPeriod, int32_t dayOfWeek);
1914 * @param dayOfWeek The {@link #UCalendarDateFields DAY_OF_WEEK} for the day
1924 inline int32_t weekNumber(int32_t dayOfPeriod, int32_t dayOfWeek);
2242 inline int32_t Calendar::weekNumber(int32_t dayOfPeriod, int32_t dayOfWeek)
2244 return weekNumber(dayOfPeriod, dayOfPeriod, dayOfWeek);