Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DBigDecimalParse.java620 static final int[][] parsePosition3 = { // {errorIndex, index} field in BigDecimalParse
642 if (pp.getErrorIndex() != parsePosition3[i][0]) { in test_Parse_in_DecimalFormat_ParseIntegerOnly()
645 parsePosition3[i][0] + ", got:"+ pp.getErrorIndex() + in test_Parse_in_DecimalFormat_ParseIntegerOnly()
648 if (pp.getIndex() != parsePosition3[i][1]) { in test_Parse_in_DecimalFormat_ParseIntegerOnly()
651 parsePosition3[i][1] + ", got:"+ pp.getIndex() + in test_Parse_in_DecimalFormat_ParseIntegerOnly()
659 if (parsePosition3[i][0] == -1) { in test_Parse_in_DecimalFormat_ParseIntegerOnly()