Home | History | Annotate | Download | only in intltest

Lines Matching refs:numberToBeFormat

3111         double numberToBeFormat = atof(DATA[i][2]);
3133 ((NumberFormat*) fmt)->format(numberToBeFormat, s);
3160 parseRes.getDouble() != numberToBeFormat) ||
3162 parseRes.getLong() != numberToBeFormat)) {
3300 double numberToBeFormat = atof(DATA[i][1]);
3320 numFmt->format(numberToBeFormat, strBuf);
3342 parseResult.getDouble() != numberToBeFormat) ||
3344 parseResult.getLong() != numberToBeFormat)) {
3348 errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble());
3350 errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getLong());
3399 double numberToBeFormat = atof(DATA[i][1]);
3420 numFmt->format(numberToBeFormat, strBuf);
3443 parseResult.getDouble() != numberToBeFormat) ||
3445 parseResult.getLong() != numberToBeFormat)) {
3450 errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble());
3452 errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getLong());