Searched refs:newNano (Results 1 – 1 of 1) sorted by relevance
1172 int newNano = (int) (newNofd % NANOS_PER_SECOND); in plusNanos() local1173 return create(newHour, newMinute, newSecond, newNano); in plusNanos()