Home
last modified time | relevance | path

Searched refs:assertDecimalFormatIsLossless (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java1578 assertDecimalFormatIsLossless(d); in test_formatDouble_wideRange()
1588 assertDecimalFormatIsLossless(999999999999999.9); in test_formatDouble_roundingProblemCases()
1589 assertDecimalFormatIsLossless(99999999999999.99); in test_formatDouble_roundingProblemCases()
1590 assertDecimalFormatIsLossless(9999999999999.999); in test_formatDouble_roundingProblemCases()
1591 assertDecimalFormatIsLossless(999999999999.9999); in test_formatDouble_roundingProblemCases()
1592 assertDecimalFormatIsLossless(99999999999.99999); in test_formatDouble_roundingProblemCases()
1593 assertDecimalFormatIsLossless(9999999999.999999); in test_formatDouble_roundingProblemCases()
1594 assertDecimalFormatIsLossless(999999999.9999999); in test_formatDouble_roundingProblemCases()
1595 assertDecimalFormatIsLossless(99999999.99999999); in test_formatDouble_roundingProblemCases()
1596 assertDecimalFormatIsLossless(9999999.999999999); in test_formatDouble_roundingProblemCases()
[all …]