Lines Matching full:range
117 * The range of years includes the entire range expressible with positive and negative
118 * values of the datatype. The range of years for double is the range that would be allowed
170 * So what to use for this pivot? Java time has plenty of range, but cannot represent
182 * fractional field). <code>BigDecimal</code> would allow for arbitrary precision and arbitrary range,
188 * <code>System.DateTime</code> would be the best pivot. However, we use the full range
190 * This time scale is very fine grained, does not lose precision, and covers a range that
191 * will meet almost all requirements. It will not handle the range that Java times do,
453 * @param status The status code. Set to <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the conversion is out of range.
469 * @param status The status code. Set to <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the conversion is out of range.