Searched refs:CYCLE_SECS (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKDuration.java | 105 private static final long CYCLE_SECS = 146097L * 86400L; field in TCKDuration 829 …5_000_000), LocalDateTime.of(2813, 3, 24, 0, 44, 30, 565_000_000), 2 * CYCLE_SECS - 1L, 500_000_00… in data_durationBetweenLocalDateTime() 830 …5_000_000), LocalDateTime.of(2813, 3, 24, 0, 44, 31, 565_000_000), 2 * CYCLE_SECS + 0L, 500_000_00… in data_durationBetweenLocalDateTime() 831 …5_000_000), LocalDateTime.of(2813, 3, 24, 0, 44, 32, 565_000_000), 2 * CYCLE_SECS + 1L, 500_000_00… in data_durationBetweenLocalDateTime()
|