Searched refs:newCounts (Results 1 – 2 of 2) sorted by relevance
334 int[] newCounts = new int[counts.length]; in setTimeUnitInternalValue() local336 newCounts[i] = counts[i]; in setTimeUnitInternalValue()338 newCounts[ord] = value; in setTimeUnitInternalValue()339 return new Period(timeLimit, inFuture, newCounts); in setTimeUnitInternalValue()
332 int[] newCounts = new int[counts.length]; in setTimeUnitInternalValue() local334 newCounts[i] = counts[i]; in setTimeUnitInternalValue()336 newCounts[ord] = value; in setTimeUnitInternalValue()337 return new Period(timeLimit, inFuture, newCounts); in setTimeUnitInternalValue()