Searched refs:tmpPos_2 (Results 1 – 1 of 1) sorted by relevance
1155 ParsePosition tmpPos_2(origPos); in parseForCurrency() local1165 tmpPos_2, tmpDigitList_2, tmpStatus_2, in parseForCurrency()1168 if (tmpPos_2.getIndex() > maxPosIndex) { in parseForCurrency()1169 maxPosIndex = tmpPos_2.getIndex(); in parseForCurrency()1177 maxErrorPos = (tmpPos_2.getErrorIndex() > maxErrorPos) ? in parseForCurrency()1178 tmpPos_2.getErrorIndex() : maxErrorPos; in parseForCurrency()