Home | History | Annotate | Download | only in i18n

Lines Matching refs:maxErrorPos

2342     int maxErrorPos = -1;
2373 maxErrorPos = tmpPos.getErrorIndex();
2408 maxErrorPos = (tmpPos.getErrorIndex() > maxErrorPos) ?
2409 tmpPos.getErrorIndex() : maxErrorPos;
2447 maxErrorPos = (tmpPos_2.getErrorIndex() > maxErrorPos) ?
2448 tmpPos_2.getErrorIndex() : maxErrorPos;
2453 parsePosition.setErrorIndex(maxErrorPos);