Home | History | Annotate | Download | only in i18n

Lines Matching refs:tmpPos

2074     ParsePosition tmpPos(origPos);
2082 tmpPos, tmpDigitList, tmpStatus, currency);
2088 tmpPos, tmpDigitList, tmpStatus, currency);
2091 if (tmpPos.getIndex() > maxPosIndex) {
2092 maxPosIndex = tmpPos.getIndex();
2099 maxErrorPos = tmpPos.getErrorIndex();
2109 ParsePosition tmpPos(origPos);
2117 tmpPos, tmpDigitList, tmpStatus, currency);
2120 if (tmpPos.getIndex() > maxPosIndex) {
2121 maxPosIndex = tmpPos.getIndex();
2128 maxErrorPos = (tmpPos.getErrorIndex() > maxErrorPos) ?
2129 tmpPos.getErrorIndex() : maxErrorPos;