Searched refs:next1 (Results 1 – 1 of 1) sorted by relevance
3313 long next1 = month1 + calsys.getMonthLength(date); in actualMonthLength() local3314 if (next1 < gregorianCutoverDate) { in actualMonthLength()3315 return (int)(next1 - month1); in actualMonthLength()3320 gcal.getCalendarDateFromFixedDate(date, next1); in actualMonthLength()3321 next1 = getFixedDateMonth1(date, next1); in actualMonthLength()3322 return (int)(next1 - month1); in actualMonthLength()