Home | History | Annotate | Download | only in util

Lines Matching defs:handleGetMonthLength

486  *   <li>Subclasses should implement {@link #handleGetMonthLength}
2500 result = handleGetMonthLength(cal.get(EXTENDED_YEAR), cal.get(MONTH));
5405 validateField(field, 1, handleGetMonthLength(y, internalGet(MONTH)));
5937 protected int handleGetMonthLength(int extendedYear, int month) {
5999 * handleGetMonthLength() to obtain the calendar-specific month
6102 int monthLength = handleGetMonthLength(year, m);