Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorIndex

2943     int          errorIndex;
2958 {"$ 124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
2959 {"$\\u00A0124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
2987 int errorIndex = DATA[i].errorIndex;
2992 parsePosition.getErrorIndex() != errorIndex) {
2993 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");