Home
last modified time | relevance | path

Searched refs:newNano (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DLocalTime.java1149 int newNano = (int) (newNofd % NANOS_PER_SECOND); in plusNanos() local
1150 return create(newHour, newMinute, newSecond, newNano); in plusNanos()