Searched refs:monthCount (Results 1 – 3 of 3) sorted by relevance
533 long monthCount = prolepticYear * 12L + (monthOfYear - 1); in plusMonths() local534 long calcMonths = monthCount + monthsToAdd; // safe overflow in plusMonths()
844 long monthCount = year * 12L + (month - 1); in plusMonths() local845 long calcMonths = monthCount + monthsToAdd; // safe overflow in plusMonths()
1299 long monthCount = year * 12L + (month - 1); in plusMonths() local1300 long calcMonths = monthCount + monthsToAdd; // safe overflow in plusMonths()