• Home
  • Raw
  • Download

Lines Matching refs:getDouble

330     double doubleVal = digitList.getDouble();  in isFormatPass()
428 if (!uprv_isNaN(result.getDouble())) { in isParsePass()
434 if (!uprv_isInfinite(result.getDouble()) || result.getDouble() < 0) { in isParsePass()
440 if (!uprv_isInfinite(result.getDouble()) || result.getDouble() > 0) { in isParsePass()
886 a = af.getDouble(); in TestExponential()
944 + " Double: " + af.getDouble() in TestExponential()
1547 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse()
1550 n.getDouble() != 0.25) { in TestLenientParse()
1560 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse()
1563 n.getDouble() != -0.25) { in TestLenientParse()
2926 … return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long in equalValue()
2930 return a.getDouble() == (double) b.getLong(); in equalValue()
2932 return a.getDouble() == (double)b.getInt64(); in equalValue()
2938 return a.getInt64() == (int64_t)b.getDouble(); in equalValue()
3236 assertTrue(theOperation, amount == currencyAmount->getNumber().getDouble(status)); in expectParseCurrency()
3493 parsed=result.getDouble(); in checkRound()
3795 parseRes.getDouble() != numberToBeFormat) || in TestMultiCurrencySign()
3834 curramt->getNumber().getDouble() != 1234.56 || in TestCurrencyFormatForMixParsing()
3838 if (curramt->getNumber().getDouble() != 1234.56) { in TestCurrencyFormatForMixParsing()
3839 …rrln((UnicodeString)"wong number, expect: 1234.56" + ", got: " + curramt->getNumber().getDouble()); in TestCurrencyFormatForMixParsing()
3887 result.getDouble() != parsedResult) || in TestDecimalFormatCurrencyParse()
3975 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyIsoPluralFormat()
3981 … errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble()); in TestCurrencyIsoPluralFormat()
4090 parseResult.getDouble() != numberToBeFormat) || in TestCurrencyParsing()
4096 …n((UnicodeString)"expected: " + numberToBeFormat + "; actual (double): " +parseResult.getDouble()); in TestCurrencyParsing()
6666 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()
6689 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()
6927 ASSERT_EQUALS(123.45, f.getDouble()); in TestDecimal()
6928 ASSERT_EQUALS(123.45, f.getDouble(status)); in TestDecimal()
7041 ASSERT_EQUALS(1.00220004440008888, result.getDouble()); in TestDecimal()
7099 result.getDouble() != 5.06E-27 && in TestExponentParse()
7104 result.getDouble(), parsePos.getIndex()); in TestExponentParse()
7389 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus)); in testFormattableAsUFormattable()
7476 … assertTrue(fileLine + " as doubles ==", f.getDouble(convStatus)==ufmt_getDouble(u, &convStatus)); in testFormattableAsUFormattable()
7844 double parsedValue = fmtobj.getDouble(status); in TestParseSignsAndMarks()