Searched refs:tmpPos_2 (Results 1 – 1 of 1) sorted by relevance
1771 ParsePosition tmpPos_2(origPos); in parseForCurrency() local1780 tmpPos_2, tmpDigitList_2, tmpStatus_2, in parseForCurrency()1783 if (tmpPos_2.getIndex() > maxPosIndex) { in parseForCurrency()1784 maxPosIndex = tmpPos_2.getIndex(); in parseForCurrency()1792 maxErrorPos = (tmpPos_2.getErrorIndex() > maxErrorPos) ? in parseForCurrency()1793 tmpPos_2.getErrorIndex() : maxErrorPos; in parseForCurrency()