Searched defs:totalMonths (Results 1 – 5 of 5) sorted by relevance
828 long totalMonths = toTotalMonths(); in normalized() local894 long totalMonths = toTotalMonths(); in addTo() local947 long totalMonths = toTotalMonths(); in subtractFrom() local
1658 long totalMonths = end.getProlepticMonth() - this.getProlepticMonth(); // safe in until() local
231 long totalMonths = years * monthRange + months; in normalized() local
590 …long totalMonths = (end.prolepticYear - this.prolepticYear) * 12 + (end.monthOfYear - this.monthOf… in until() local
312 …long totalMonths = (end.prolepticYear - this.prolepticYear) * 13 + (end.month - this.month); // s… in until() local