Home | History | Annotate | Download | only in util

Lines Matching defs:getDayOfWeekType

1127      * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1132 * @see #getDayOfWeekType
1139 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1144 * @see #getDayOfWeekType
1151 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1157 * @see #getDayOfWeekType
1164 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1170 * @see #getDayOfWeekType
4574 public int getDayOfWeekType(int dayOfWeek) {
4603 * calendar system. If getDayOfWeekType(dayOfWeek) == WEEKEND_ONSET return the time
4604 * at which the weekend begins. If getDayOfWeekType(dayOfWeek) == WEEKEND_CEASE
4605 * return the time at which the weekend ends. If getDayOfWeekType(dayOfWeek) has some
4613 * @see #getDayOfWeekType
4635 * @see #getDayOfWeekType
4650 * @see #getDayOfWeekType
4657 int dowt = getDayOfWeekType(dow);