Searched refs:next1 (Results 1 – 1 of 1) sorted by relevance
3274 long next1 = month1 + calsys.getMonthLength(date); in actualMonthLength() local3275 if (next1 < gregorianCutoverDate) { in actualMonthLength()3276 return (int)(next1 - month1); in actualMonthLength()3281 gcal.getCalendarDateFromFixedDate(date, next1); in actualMonthLength()3282 next1 = getFixedDateMonth1(date, next1); in actualMonthLength()3283 return (int)(next1 - month1); in actualMonthLength()