Home | History | Annotate | Download | only in intltest

Lines Matching defs:iValue

2913         double iValue=base+(increment*(i*0.1));
2915 if (iValue!=0) {
2916 smallIncrement*=iValue;
2919 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2920 lastParsed=checkRound(df, iValue, lastParsed);
2921 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2925 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) {
2930 df->format(iValue, formattedDecimal, status);