Searched refs:splitYears (Results 1 – 2 of 2) sorted by relevance
230 long splitYears = totalMonths / monthRange; in normalized() local232 if (splitYears == years && splitMonths == months) { in normalized()235 return new ChronoPeriodImpl(chrono, Math.toIntExact(splitYears), splitMonths, days); in normalized()
831 long splitYears = totalMonths / 12; in normalized() local833 if (splitYears == years && splitMonths == months) { in normalized()836 return create(Math.toIntExact(splitYears), splitMonths, days); in normalized()