Lines Matching refs:unum_formatDouble
270 lneed=unum_formatDouble(fmt, val[v], NULL, lneed, NULL, &status); in TestExponential()
274 unum_formatDouble(fmt, val[v], str, lneed+1, NULL, &status); in TestExponential()
302 lneed=unum_formatDouble(fmt, lval[v], NULL, lneed, NULL, &status); in TestExponential()
306 unum_formatDouble(fmt, lval[v], str, lneed+1, NULL, &status); in TestExponential()
359 lneed=unum_formatDouble(fmt, 1234.56, NULL, lneed, NULL, &status); in TestCurrencySign()
363 unum_formatDouble(fmt, 1234.56, str, lneed+1, NULL, &status); in TestCurrencySign()
373 unum_formatDouble(fmt, FALSE, pat, lneed+1, NULL, &status); in TestCurrencySign()
389 lneed=unum_formatDouble(fmt, -1234.56, NULL, lneed, NULL, &status); in TestCurrencySign()
393 unum_formatDouble(fmt, -1234.56, str, lneed+1, NULL, &status); in TestCurrencySign()
434 lneed= unum_formatDouble(currencyFmt, 1.50, NULL, lneed, NULL, &status); in TestCurrency()
439 unum_formatDouble(currencyFmt, 1.50, str, lneed+1, &pos, &status); in TestCurrency()
520 lneed= unum_formatDouble(currencyFmt, 1234.56, NULL, lneed, NULL, &status); in TestCurrencyObject()
525 unum_formatDouble(currencyFmt, 1234.56, str, lneed+1, &pos, &status); in TestCurrencyObject()
583 lneed=unum_formatDouble(nf, x, NULL, lneed, NULL, &status); in roundingTest()
588 unum_formatDouble(nf, x, out, lneed+1, &pos, &status); in roundingTest()
1013 lneed=unum_formatDouble(nf, x, NULL, lneed, NULL, &status); in roundingTest2()
1018 unum_formatDouble(nf, x, out, lneed+1, &pos, &status); in roundingTest2()