Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DBigDecimalParse.java537 static final int[][] parsePosition2 = { // {errorIndex, index} field in BigDecimalParse
580 if (pp.getErrorIndex() != parsePosition2[i][0]) { in test_Parse_in_MessageFormat_ParseIntegerOnly()
583 parsePosition2[i][0] + ", got:"+ pp.getErrorIndex() + in test_Parse_in_MessageFormat_ParseIntegerOnly()
586 if (pp.getIndex() != parsePosition2[i][1]) { in test_Parse_in_MessageFormat_ParseIntegerOnly()
589 parsePosition2[i][1] + ", got:"+ pp.getIndex() + in test_Parse_in_MessageFormat_ParseIntegerOnly()
597 if (parsePosition2[i][0] == -1) { in test_Parse_in_MessageFormat_ParseIntegerOnly()