Home | History | Annotate | Download | only in intltest

Lines Matching full:ivalue

2781         double iValue=base+(increment*(i*0.1));
2783 if (iValue!=0) {
2784 smallIncrement*=iValue;
2787 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2788 lastParsed=checkRound(df, iValue, lastParsed);
2789 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2793 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) {
2798 df->format(iValue, formattedDecimal, status);