Home
last modified time | relevance | path

Searched refs:next1 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DGregorianCalendar.java3313 long next1 = month1 + calsys.getMonthLength(date); in actualMonthLength() local
3314 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()