Lines Matching refs:tmpPos
1998 ParsePosition tmpPos(origPos); in parseForCurrency() local
2006 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
2012 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
2015 if (tmpPos.getIndex() > maxPosIndex) { in parseForCurrency()
2016 maxPosIndex = tmpPos.getIndex(); in parseForCurrency()
2023 maxErrorPos = tmpPos.getErrorIndex(); in parseForCurrency()
2033 ParsePosition tmpPos(origPos); in parseForCurrency() local
2041 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
2044 if (tmpPos.getIndex() > maxPosIndex) { in parseForCurrency()
2045 maxPosIndex = tmpPos.getIndex(); in parseForCurrency()
2052 maxErrorPos = (tmpPos.getErrorIndex() > maxErrorPos) ? in parseForCurrency()
2053 tmpPos.getErrorIndex() : maxErrorPos; in parseForCurrency()