Home | History | Annotate | Download | only in intltest

Lines Matching defs:iValue

2938         double iValue=base+(increment*(i*0.1));
2940 if (iValue!=0) {
2941 smallIncrement*=iValue;
2944 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2945 lastParsed=checkRound(df, iValue, lastParsed);
2946 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2950 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) {
2955 df->format(iValue, formattedDecimal, status);