Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DBigDecimalParse.java606 static final String[] from3 = { field in BigDecimalParse
635 for (int i=0; i < from3.length; i++) { in test_Parse_in_DecimalFormat_ParseIntegerOnly()
640 parsed = df.parse(from3[i], pp); in test_Parse_in_DecimalFormat_ParseIntegerOnly()
646 " for " + from3[i]); in test_Parse_in_DecimalFormat_ParseIntegerOnly()
652 " for " + from3[i]); in test_Parse_in_DecimalFormat_ParseIntegerOnly()
660 checkType(from3[i], getType(new BigDecimal(expected3[i])), in test_Parse_in_DecimalFormat_ParseIntegerOnly()
662 checkParse(from3[i], new BigDecimal(expected3[i]), parsed); in test_Parse_in_DecimalFormat_ParseIntegerOnly()