Home
last modified time | relevance | path

Searched refs:maxErrorPos (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ddecimfmt.cpp1698 int maxErrorPos = -1; in parseForCurrency() local
1729 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()