Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1697 int maxPosIndex = origPos; in parseForCurrency() local
1721 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()