Searched refs:MAX_LONG (Results 1 – 13 of 13) sorted by relevance
23 private final static BigDecimal MAX_LONG = BigDecimal.valueOf(Long.MAX_VALUE); field in DecimalNode64 return (_value.compareTo(MIN_LONG) >= 0) && (_value.compareTo(MAX_LONG) <= 0); in canConvertToLong()
20 private final static BigInteger MAX_LONG = BigInteger.valueOf(Long.MAX_VALUE); field in BigIntegerNode56 return (_value.compareTo(MIN_LONG) >= 0) && (_value.compareTo(MAX_LONG) <= 0); in canConvertToLong()
199 private static final BigInteger MAX_LONG = BigInteger.valueOf(Long.MAX_VALUE);219 return end.subtract(start).max(MIN_LONG).min(MAX_LONG).longValue();
424 assert(pri <= CollationFastLatin.MAX_LONG); in encodeUniqueCEs()438 } else if(pri < CollationFastLatin.MAX_LONG) { in encodeUniqueCEs()515 if(CollationFastLatin.MIN_LONG <= pri && pri <= CollationFastLatin.MAX_LONG) { in encodeUniqueCEs()
112 static final int MAX_LONG = 0xff8; field in CollationFastLatin
423 assert(pri <= CollationFastLatin.MAX_LONG); in encodeUniqueCEs()437 } else if(pri < CollationFastLatin.MAX_LONG) { in encodeUniqueCEs()514 if(CollationFastLatin.MIN_LONG <= pri && pri <= CollationFastLatin.MAX_LONG) { in encodeUniqueCEs()
108 static final int MAX_LONG = 0xff8; field in CollationFastLatin
454 U_ASSERT(pri <= CollationFastLatin::MAX_LONG); in encodeUniqueCEs()468 } else if(pri < CollationFastLatin::MAX_LONG) { in encodeUniqueCEs()545 if(CollationFastLatin::MIN_LONG <= pri && pri <= CollationFastLatin::MAX_LONG) { in encodeUniqueCEs()
116 static const uint32_t MAX_LONG = 0xff8; variable
872 private static final BigInteger MAX_LONG = BigInteger.valueOf(Long.MAX_VALUE); field in LongMathTest876 if (big.compareTo(MAX_LONG) > 0) { in saturatedCast()