Searched defs:newYear (Results 1 – 4 of 4) sorted by relevance
313 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
1297 int newYear = YEAR.checkValidIntValue(year + yearsToAdd); // safe overflow in plusYears() local1327 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
288 int newYear = Math.toIntExact(Math.floorDiv(calcEm, 13)); in plusMonths() local