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