Searched defs:newYear (Results 1 – 4 of 4) sorted by relevance
312 private YearMonth with(int newYear, int newMonth) { in with()827 int newYear = YEAR.checkValidIntValue(year + yearsToAdd); // safe overflow in plusYears() local846 int newYear = YEAR.checkValidIntValue(Math.floorDiv(calcMonths, 12)); in plusMonths() local
1271 int newYear = YEAR.checkValidIntValue(year + yearsToAdd); // safe overflow in plusYears() local1301 int newYear = YEAR.checkValidIntValue(Math.floorDiv(calcMonths, 12)); in plusMonths() local
524 int newYear = Math.addExact(this.prolepticYear, (int)years); in plusYears() local535 int newYear = chrono.checkValidYear(Math.floorDiv(calcMonths, 12L)); in plusMonths() local
287 int newYear = Math.toIntExact(Math.floorDiv(calcEm, 13)); in plusMonths() local