Lines Matching refs:getDouble
374 a = af.getDouble(); in TestExponential()
432 + " Double: " + af.getDouble() in TestExponential()
2095 … return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long in equalValue()
2099 return a.getDouble() == (double) b.getLong(); in equalValue()
2101 return a.getDouble() == (double)b.getInt64(); in equalValue()
2107 return a.getInt64() == (int64_t)b.getDouble(); in equalValue()
2550 parsed=result.getDouble(); in checkRound()
2830 parseRes.getDouble() != numberToBeFormat) || in TestMultiCurrencySign()
2869 curramt->getNumber().getDouble() != 1234.56 || in TestCurrencyFormatForMixParsing()
2873 if (curramt->getNumber().getDouble() != 1234.56) { in TestCurrencyFormatForMixParsing()
2874 …rrln((UnicodeString)"wong number, expect: 1234.56" + ", got: " + curramt->getNumber().getDouble()); in TestCurrencyFormatForMixParsing()
2922 result.getDouble() != parsedResult) || in TestDecimalFormatCurrencyParse()
3017 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyIsoPluralFormat()
3023 … errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble()); in TestCurrencyIsoPluralFormat()
3127 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyParsing()
3134 … errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble()); in TestCurrencyParsing()
5786 parseResult.getDouble() != 1.0)) { in TestParseCurrencyInUCurr()
5807 parseResult.getDouble() == 1.0)) { in TestParseCurrencyInUCurr()
6046 ASSERT_EQUALS(123.45, f.getDouble()); in TestDecimal()
6047 ASSERT_EQUALS(123.45, f.getDouble(status)); in TestDecimal()
6159 ASSERT_EQUALS(1.00220004440008888, result.getDouble()); in TestDecimal()
6217 result.getDouble() != (double)123 && in TestExponentParse()
6222 result.getDouble(), parsePos.getIndex()); in TestExponentParse()