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.java3274 long next1 = month1 + calsys.getMonthLength(date); in actualMonthLength() local
3275 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()