Home | History | Annotate | Download | only in intltest

Lines Matching refs:getErrorIndex

1221           ", error pos = " + pos.getErrorIndex());
1222 if (pos.getErrorIndex() != -1) {
1584 if (pp.getErrorIndex() != -1) {
1647 if(pos.getErrorIndex() > -1) {
1649 errln("error: unexpected error - " + itemPtr->parseString + " - error index " + pos.getErrorIndex() +
1702 if (position.getErrorIndex() != -1 || position.getIndex() == items[x].initialParsePos) {
1703 logln("Parse Failed. ErrorIndex is %d - Index is %d", position.getErrorIndex(), position.getIndex());
1705 errln("Parse Succeeded...should have failed. Index is %d - ErrorIndex is %d", position.getIndex(), position.getErrorIndex());
1722 errorIdx = pp.getErrorIndex();