Searched refs:maxLong (Results 1 – 2 of 2) sorted by relevance
65 long maxLong = max.longValue(); in main() local90 … if(UniversalTimeScale.toLong(UniversalTimeScale.from(maxLong, scale), scale) != maxLong) { in main()99 if(UniversalTimeScale.toLong(max.longValue(), scale) != maxLong) { in main()
336 BigInteger maxLong = new BigInteger(String.valueOf(Long.MAX_VALUE)); in testParserRejectOutOfRangeNumericValues() local338 assertAccepts("optionalInt64", maxLong.toString()); in testParserRejectOutOfRangeNumericValues()340 assertRejects("optionalInt64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues()343 assertAccepts("optionalUint64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues()