Lines Matching refs:getDouble
398 a = af.getDouble(); in TestExponential()
456 + " Double: " + af.getDouble() in TestExponential()
1057 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse()
1060 n.getDouble() != 0.25) { in TestLenientParse()
1070 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse()
1073 n.getDouble() != -0.25) { in TestLenientParse()
2407 … return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long in equalValue()
2411 return a.getDouble() == (double) b.getLong(); in equalValue()
2413 return a.getDouble() == (double)b.getInt64(); in equalValue()
2419 return a.getInt64() == (int64_t)b.getDouble(); in equalValue()
2717 assertTrue(theOperation, amount == currencyAmount->getNumber().getDouble(status)); in expectParseCurrency()
2974 parsed=result.getDouble(); in checkRound()
3276 parseRes.getDouble() != numberToBeFormat) || in TestMultiCurrencySign()
3315 curramt->getNumber().getDouble() != 1234.56 || in TestCurrencyFormatForMixParsing()
3319 if (curramt->getNumber().getDouble() != 1234.56) { in TestCurrencyFormatForMixParsing()
3320 …rrln((UnicodeString)"wong number, expect: 1234.56" + ", got: " + curramt->getNumber().getDouble()); in TestCurrencyFormatForMixParsing()
3368 result.getDouble() != parsedResult) || in TestDecimalFormatCurrencyParse()
3458 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyIsoPluralFormat()
3464 … errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble()); in TestCurrencyIsoPluralFormat()
3573 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyParsing()
3579 …n((UnicodeString)"expected: " + numberToBeFormat + "; actual (double): " +parseResult.getDouble()); in TestCurrencyParsing()
6150 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()
6173 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()
6411 ASSERT_EQUALS(123.45, f.getDouble()); in TestDecimal()
6412 ASSERT_EQUALS(123.45, f.getDouble(status)); in TestDecimal()
6525 ASSERT_EQUALS(1.00220004440008888, result.getDouble()); in TestDecimal()
6583 result.getDouble() != 5.06E-27 && in TestExponentParse()
6588 result.getDouble(), parsePos.getIndex()); in TestExponentParse()
6853 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus)); in testFormattableAsUFormattable()
6940 … assertTrue(fileLine + " as doubles ==", f.getDouble(convStatus)==ufmt_getDouble(u, &convStatus)); in testFormattableAsUFormattable()
7308 double parsedValue = fmtobj.getDouble(status); in TestParseSignsAndMarks()