Searched refs:splitYears (Results 1 – 2 of 2) sorted by relevance
232 long splitYears = totalMonths / monthRange; in normalized() local234 if (splitYears == years && splitMonths == months) { in normalized()237 return new ChronoPeriodImpl(chrono, Math.toIntExact(splitYears), splitMonths, days); in normalized()
829 long splitYears = totalMonths / 12; in normalized() local831 if (splitYears == years && splitMonths == months) { in normalized()834 return create(Math.toIntExact(splitYears), splitMonths, days); in normalized()