Searched refs:maxPosIndex (Results 1 – 1 of 1) sorted by relevance
1697 int maxPosIndex = origPos; in parseForCurrency() local1721 if (tmpPos.getIndex() > maxPosIndex) { in parseForCurrency()1722 maxPosIndex = tmpPos.getIndex(); in parseForCurrency()1750 if (tmpPos.getIndex() > maxPosIndex) { in parseForCurrency()1751 maxPosIndex = tmpPos.getIndex(); in parseForCurrency()1783 if (tmpPos_2.getIndex() > maxPosIndex) { in parseForCurrency()1784 maxPosIndex = tmpPos_2.getIndex(); in parseForCurrency()1800 parsePosition.setIndex(maxPosIndex); in parseForCurrency()