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