Searched refs:MAX_SECONDS_IN_ERA (Results 1 – 3 of 3) sorted by relevance
47 static final long MAX_SECONDS_IN_ERA = 0xFFFF_FFFFL; field in Timestamp6448 static final long SECONDS_IN_ERA = MAX_SECONDS_IN_ERA + 1;98 if (eraSeconds < 0 || eraSeconds > MAX_SECONDS_IN_ERA) { in Timestamp64()
126 -Timestamp64.OFFSET_1900_TO_1970 - 1, Timestamp64.MAX_SECONDS_IN_ERA, -1); in testFromInstant_secondsHandling()129 Timestamp64.MAX_SECONDS_IN_ERA, eraNeg2); in testFromInstant_secondsHandling()132 Timestamp64.MAX_SECONDS_IN_ERA, era0); in testFromInstant_secondsHandling()
42 long maxDuration64Seconds = Timestamp64.MAX_SECONDS_IN_ERA / 2; in testBetween_rangeChecks()