Searched defs:monthLength (Results 1 – 3 of 3) sorted by relevance
837 int monthLength; // actual month length in roll() local957 int monthLength = jcal.getMonthLength(jdate); in roll() local971 int monthLength = actualMonthLength(); in roll() local
1365 int monthLength; // actual month length in roll() local1487 int monthLength = calsys.getMonthLength(cdate); in roll() local1501 int monthLength = actualMonthLength(); in roll() local1765 int monthLength = gc.actualMonthLength(); in getActualMaximum() local1834 int monthLength = cal.getMonthLength(d); in getActualMaximum() local3248 private int monthLength(int month, int year) { in monthLength() method in GregorianCalendar3258 private int monthLength(int month) { in monthLength() method in GregorianCalendar
1105 private final byte monthLength[] = staticMonthLength; field in SimpleTimeZone