Lines Matching refs:numberToBeFormat

3452         double numberToBeFormat = atof(DATA[i][2]);  in TestMultiCurrencySign()  local
3474 ((NumberFormat*) fmt)->format(numberToBeFormat, s); in TestMultiCurrencySign()
3501 parseRes.getDouble() != numberToBeFormat) || in TestMultiCurrencySign()
3503 parseRes.getLong() != numberToBeFormat)) { in TestMultiCurrencySign()
3674 double numberToBeFormat = atof(DATA[i][1]); in TestCurrencyIsoPluralFormat() local
3676 logln(UnicodeString(u"Locale: ") + localeString + "; amount: " + numberToBeFormat); in TestCurrencyIsoPluralFormat()
3698 numFmt->format(numberToBeFormat, strBuf); in TestCurrencyIsoPluralFormat()
3722 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyIsoPluralFormat()
3724 parseResult.getLong() != numberToBeFormat)) { in TestCurrencyIsoPluralFormat()
3728 … errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble()); in TestCurrencyIsoPluralFormat()
3730 … errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getLong()); in TestCurrencyIsoPluralFormat()
3789 double numberToBeFormat = atof(DATA[i][1]); in TestCurrencyParsing() local
3813 numFmt->format(numberToBeFormat, strBuf); in TestCurrencyParsing()
3838 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyParsing()
3840 parseResult.getLong() != numberToBeFormat)) { in TestCurrencyParsing()
3844 …errln((UnicodeString)"expected: " + numberToBeFormat + "; actual (double): " +parseResult.getDoubl… in TestCurrencyParsing()
3846 …errln((UnicodeString)"expected: " + numberToBeFormat + "; actual (long): " +parseResult.getLong()); in TestCurrencyParsing()