Home | History | Annotate | Download | only in format

Lines Matching refs:checkRound

2603             lastParsed = checkRound(nf, iValue.subtract(smallIncrement), lastParsed);
2604 lastParsed = checkRound(nf, iValue, lastParsed);
2605 lastParsed = checkRound(nf, iValue.add(smallIncrement), lastParsed);
2609 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) {