Home | History | Annotate | Download | only in intltest

Lines Matching defs:errorIndex

3497     int          errorIndex;
3512 {"$ 124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
3513 {"$\\u00A0124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
3541 int errorIndex = DATA[i].errorIndex;
3546 parsePosition.getErrorIndex() != errorIndex) {
3547 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");