Home | History | Annotate | Download | only in intltest

Lines Matching defs:iValue

2521         double iValue=base+(increment*(i*0.1));
2523 if (iValue!=0) {
2524 smallIncrement*=iValue;
2527 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2528 lastParsed=checkRound(df, iValue, lastParsed);
2529 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2533 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) {
2538 df->format(iValue, formattedDecimal, status);