Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
DCalculateLimits.java65 long maxLong = max.longValue(); in main() local
90 … if(UniversalTimeScale.toLong(UniversalTimeScale.from(maxLong, scale), scale) != maxLong) { in main()
99 if(UniversalTimeScale.toLong(max.longValue(), scale) != maxLong) { in main()
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java336 BigInteger maxLong = new BigInteger(String.valueOf(Long.MAX_VALUE)); in testParserRejectOutOfRangeNumericValues() local
338 assertAccepts("optionalInt64", maxLong.toString()); in testParserRejectOutOfRangeNumericValues()
340 assertRejects("optionalInt64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues()
343 assertAccepts("optionalUint64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues()