Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp1155 ParsePosition tmpPos_2(origPos); in parseForCurrency() local
1165 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()