Lines Matching defs:endDay

182      *                    endDay,
204 * @param endDay The day of the month on which the daylight saving time ends.
216 int endMonth, int endDay, int endDayOfWeek, int endTime)
220 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME,
239 * endDay,
260 * @param endDay The day of the month on which the daylight saving time ends.
274 int endMonth, int endDay, int endDayOfWeek, int endTime,
279 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME,
308 * @param endDay The day of the month on which the daylight saving time ends.
331 int endMonth, int endDay, int endDayOfWeek,
343 this.endDay = endDay;
455 * @param endDay The day of the month on which the daylight saving time ends.
462 * @exception IllegalArgumentException if the <code>endMonth</code>, <code>endDay</code>,
465 public void setEndRule(int endMonth, int endDay, int endDayOfWeek,
469 this.endDay = endDay;
480 * <pre><code>setEndRule(endMonth, endDay, 0, endTime)</code></pre>
485 * @param endDay The day of the month on which the daylight saving time ends.
489 * @exception IllegalArgumentException the <code>endMonth</code>, <code>endDay</code>,
493 public void setEndRule(int endMonth, int endDay, int endTime)
495 setEndRule(endMonth, endDay, 0, endTime);
505 * @param endDay The day of the month on which the daylight saving time ends.
511 * or <em>after</em> <code>endDay</code>. If false, this rule
513 * <code>endDay</code> of the month.
514 * @exception IllegalArgumentException the <code>endMonth</code>, <code>endDay</code>,
518 public void setEndRule(int endMonth, int endDay, int endDayOfWeek, int endTime, boolean after)
521 setEndRule(endMonth, endDay, -endDayOfWeek, endTime);
523 setEndRule(endMonth, -endDay, -endDayOfWeek, endTime);
741 return getTransition(cal, cdate, endMode, year, endMonth, endDay,
881 endMonth ^ endDay ^ endDayOfWeek ^ endTime ^ rawOffset;
934 endDay == that.endDay &&
960 ",endDay=" + endDay +
1044 * <code>endDay</code> indicates the day of the month of
1051 * <code>endDay</code> indicates which <code>endDayOfWeek</code> in th
1062 private int endDay;
1182 * <code>endDay</code> field.
1341 * them and set the startMode appropriately. Do the same for endDay and
1346 * This method also recognizes a startDay or endDay of zero as indicating
1380 useDaylight = (startDay != 0) && (endDay != 0);
1427 useDaylight = (startDay != 0) && (endDay != 0);
1428 if (endDay != 0) {
1444 if (endDay > 0) {
1447 endDay = -endDay;
1457 if (endDay < -5 || endDay > 5) {
1459 "Illegal end day of week in month " + endDay);
1461 } else if (endDay < 1 || endDay > staticMonthLength[endMonth]) {
1463 "Illegal end day " + endDay);
1504 endDay = 1 + (endDay / 7);
1511 if (endDay != 1) {
1512 endDay = 1 + (endDay / 7);
1517 if (endDay >= 30) {
1518 endDay = -1;
1520 endDay = 1 + (endDay / 7);
1575 rules[2] = (byte)endDay;
1593 endDay = rules[2];
1634 * <code>endDay</code>, and <code>endDayOfWeek</code>. The values of these