Lines Matching refs:unum_formatDouble
267 lneed=unum_formatDouble(fmt, val[v], NULL, lneed, NULL, &status); in TestExponential()
271 unum_formatDouble(fmt, val[v], str, lneed+1, NULL, &status); in TestExponential()
299 lneed=unum_formatDouble(fmt, lval[v], NULL, lneed, NULL, &status); in TestExponential()
303 unum_formatDouble(fmt, lval[v], str, lneed+1, NULL, &status); in TestExponential()
356 lneed=unum_formatDouble(fmt, 1234.56, NULL, lneed, NULL, &status); in TestCurrencySign()
360 unum_formatDouble(fmt, 1234.56, str, lneed+1, NULL, &status); in TestCurrencySign()
370 unum_formatDouble(fmt, FALSE, pat, lneed+1, NULL, &status); in TestCurrencySign()
386 lneed=unum_formatDouble(fmt, -1234.56, NULL, lneed, NULL, &status); in TestCurrencySign()
390 unum_formatDouble(fmt, -1234.56, str, lneed+1, NULL, &status); in TestCurrencySign()
431 lneed= unum_formatDouble(currencyFmt, 1.50, NULL, lneed, NULL, &status); in TestCurrency()
436 unum_formatDouble(currencyFmt, 1.50, str, lneed+1, &pos, &status); in TestCurrency()
495 lneed= unum_formatDouble(currencyFmt, 1.50, NULL, lneed, NULL, &status); in TestCurrencyPreEuro()
501 unum_formatDouble(currencyFmt, 1.50, str, lneed+1, &pos, &status); in TestCurrencyPreEuro()
584 lneed= unum_formatDouble(currencyFmt, 1234.56, NULL, lneed, NULL, &status); in TestCurrencyObject()
589 unum_formatDouble(currencyFmt, 1234.56, str, lneed+1, &pos, &status); in TestCurrencyObject()
647 lneed=unum_formatDouble(nf, x, NULL, lneed, NULL, &status); in roundingTest()
652 unum_formatDouble(nf, x, out, lneed+1, &pos, &status); in roundingTest()
1045 lneed=unum_formatDouble(nf, x, NULL, lneed, NULL, &status); in roundingTest2()
1050 unum_formatDouble(nf, x, out, lneed+1, &pos, &status); in roundingTest2()