Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DOffsetTime.java1175 long nanosUntil = end.toEpochNano() - toEpochNano(); // no overflow in until()
1224 private long toEpochNano() { in toEpochNano() method in OffsetTime
1284 int compare = Long.compare(toEpochNano(), other.toEpochNano()); in compareTo()
1304 return toEpochNano() > other.toEpochNano(); in isAfter()
1319 return toEpochNano() < other.toEpochNano(); in isBefore()
1334 return toEpochNano() == other.toEpochNano(); in isEqual()