Home | History | Annotate | Download | only in intltest

Lines Matching defs:iValue

2509         double iValue=base+(increment*(i*0.1));
2511 if (iValue!=0) {
2512 smallIncrement*=iValue;
2515 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2516 lastParsed=checkRound(df, iValue, lastParsed);
2517 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2521 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) {
2526 df->format(iValue, formattedDecimal, status);