Home | History | Annotate | Download | only in i18n

Lines Matching refs:maxPosIndex

2067     int maxPosIndex = origPos;
2091 if (tmpPos.getIndex() > maxPosIndex) {
2092 maxPosIndex = tmpPos.getIndex();
2120 if (tmpPos.getIndex() > maxPosIndex) {
2121 maxPosIndex = tmpPos.getIndex();
2153 if (tmpPos_2.getIndex() > maxPosIndex) {
2154 maxPosIndex = tmpPos_2.getIndex();
2170 parsePosition.setIndex(maxPosIndex);