Searched refs:newSecond (Results 1 – 1 of 1) sorted by relevance
1145 int newSecond = newSofd % SECONDS_PER_MINUTE; in plusSeconds() local1146 return create(newHour, newMinute, newSecond, nano); in plusSeconds()1171 int newSecond = (int) ((newNofd / NANOS_PER_SECOND) % SECONDS_PER_MINUTE); in plusNanos() local1173 return create(newHour, newMinute, newSecond, newNano); in plusNanos()