Home | History | Annotate | Download | only in i18n

Lines Matching refs:maxErrorPos

2253     int maxErrorPos = -1;
2284 maxErrorPos = tmpPos.getErrorIndex();
2319 maxErrorPos = (tmpPos.getErrorIndex() > maxErrorPos) ?
2320 tmpPos.getErrorIndex() : maxErrorPos;
2358 maxErrorPos = (tmpPos_2.getErrorIndex() > maxErrorPos) ?
2359 tmpPos_2.getErrorIndex() : maxErrorPos;
2364 parsePosition.setErrorIndex(maxErrorPos);