Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java1567 String stringForm = "1e" + i; in test_formatDouble_wideRange() local
1568 BigDecimal bigDecimal = new BigDecimal(stringForm); in test_formatDouble_wideRange()