HomeSort by relevance Sort by last modified time
    Searched defs:ofNanoOfDay (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/time/
LocalTime.java 274 return ofNanoOfDay(secsOfDay * NANOS_PER_SECOND + now.getNano());
369 public static LocalTime ofNanoOfDay(long nanoOfDay) {
761 * This completely replaces the time and is equivalent to {@link #ofNanoOfDay(long)}.
768 * This completely replaces the time and is equivalent to using {@link #ofNanoOfDay(long)}
776 * This completely replaces the time and is equivalent to using {@link #ofNanoOfDay(long)}
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
Parsed.java 544 updateCheckConflict(LocalTime.ofNanoOfDay(nod), Period.ofDays(excessDays));

Completed in 85 milliseconds