Searched refs:maxErrorPos (Results 1 – 1 of 1) sorted by relevance
1698 int maxErrorPos = -1; in parseForCurrency() local1729 maxErrorPos = tmpPos.getErrorIndex(); in parseForCurrency()1758 maxErrorPos = (tmpPos.getErrorIndex() > maxErrorPos) ? in parseForCurrency()1759 tmpPos.getErrorIndex() : maxErrorPos; in parseForCurrency()1792 maxErrorPos = (tmpPos_2.getErrorIndex() > maxErrorPos) ? in parseForCurrency()1793 tmpPos_2.getErrorIndex() : maxErrorPos; in parseForCurrency()1798 parsePosition.setErrorIndex(maxErrorPos); in parseForCurrency()