Home | History | Annotate | Download | only in intltest

Lines Matching refs:getErrorIndex

2987             parsePosition.getErrorIndex() != errorIndex) {
2988 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");
2990 if (parsePosition.getErrorIndex() == -1 &&