Lines Matching refs:getDouble
588 a = af.getDouble(); in TestExponential()
647 + " Double: " + af.getDouble() in TestExponential()
1255 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse()
1258 n.getDouble() != 0.25) { in TestLenientParse()
1261 + "; got: " + n.getDouble(status)); in TestLenientParse()
1270 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse()
1273 n.getDouble() != -0.25) { in TestLenientParse()
1276 + "; got: " + n.getDouble(status)); in TestLenientParse()
2821 … return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long in equalValue()
2825 return a.getDouble() == (double) b.getLong(); in equalValue()
2827 return a.getDouble() == (double)b.getInt64(); in equalValue()
2833 return a.getInt64() == (int64_t)b.getDouble(); in equalValue()
3131 assertTrue(theOperation, amount == currencyAmount->getNumber().getDouble(status)); in expectParseCurrency()
3388 parsed=result.getDouble(); in checkRound()
3687 parseRes.getDouble() != numberToBeFormat) || in TestMultiCurrencySign()
3726 curramt->getNumber().getDouble() != 1234.56 || in TestCurrencyFormatForMixParsing()
3730 if (curramt->getNumber().getDouble() != 1234.56) { in TestCurrencyFormatForMixParsing()
3731 …rrln((UnicodeString)"wong number, expect: 1234.56" + ", got: " + curramt->getNumber().getDouble()); in TestCurrencyFormatForMixParsing()
3813 … logln((UnicodeString)"Input: " + stringToBeParsed + "; output: " + result.getDouble(status)); in TestDecimalFormatCurrencyParse()
3816 result.getDouble() != parsedResult) || in TestDecimalFormatCurrencyParse()
3908 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyIsoPluralFormat()
3914 … errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble()); in TestCurrencyIsoPluralFormat()
4024 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyParsing()
4030 …n((UnicodeString)"expected: " + numberToBeFormat + "; actual (double): " +parseResult.getDouble()); in TestCurrencyParsing()
6604 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()
6621 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()
6855 ASSERT_EQUALS(123.45, f.getDouble()); in TestDecimal()
6856 ASSERT_EQUALS(123.45, f.getDouble(status)); in TestDecimal()
6969 ASSERT_EQUALS(1.00220004440008888, result.getDouble()); in TestDecimal()
7027 result.getDouble() != 5.06E-27 && in TestExponentParse()
7032 result.getDouble(), parsePos.getIndex()); in TestExponentParse()
7322 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus)); in testFormattableAsUFormattable()
7409 … assertTrue(fileLine + " as doubles ==", f.getDouble(convStatus)==ufmt_getDouble(u, &convStatus)); in testFormattableAsUFormattable()
7806 double parsedValue = fmtobj.getDouble(status); in TestParseSignsAndMarks()
8891 assertEquals("df1 should return the number as 50", 50.0, result.getDouble(status)); in TestParsePercentRegression()
8898 assertEquals("df2 should return the number as 0.5", 0.5, result.getDouble(status)); in TestParsePercentRegression()
8906 result.getDouble(status)); in TestParsePercentRegression()
9014 assertEquals("NaN should parse successfully", NAN, parseResult.getDouble()); in TestParseNaN()
9015 assertFalse("Result NaN should be positive", std::signbit(parseResult.getDouble())); in TestParseNaN()
9017 df.format(parseResult.getDouble(), formatResult); in TestParseNaN()
9051 assertEquals("Result should be 1", 1.0, result.getDouble(status)); in TestParseCaseSensitive()
9068 assertEquals("Result should be 1", 1.0, result.getDouble(status)); in TestParseNoExponent()