Searched defs:lastParsed (Results 1 – 3 of 3) sorted by relevance
2565 …BigDecimal lastParsed = new BigDecimal(Integer.MIN_VALUE); // used to make sure that rounding is m… in checkRounding() local2579 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) { in checkRound()
2568 …BigDecimal lastParsed = new BigDecimal(Integer.MIN_VALUE); // used to make sure that rounding is m… in checkRounding() local2582 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) { in checkRound()
3357 double lastParsed=INT32_MIN; //Intger.MIN_VALUE in checkRounding() local3371 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { in checkRound()