Home | History | Annotate | Download | only in text

Lines Matching defs:longValue

2080                     n = (big.bitLength() < 64) ? (Number) Long.valueOf(big.longValue()) : (Number) big;
4445 format(number.longValue(), text, new FieldPosition(0), true);