Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtzfmt.cpp656 ParsePosition tmpPos(startIdx); in parse() local
664 offset = parseOffsetLocalizedGMT(text, tmpPos, &hasDigitOffset); in parse()
665 if (tmpPos.getErrorIndex() == -1) { in parse()
670 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()
671 pos.setIndex(tmpPos.getIndex()); in parse()
675 parsedPos = tmpPos.getIndex(); in parse()
679 tmpPos.setIndex(startIdx); in parse()
680 tmpPos.setErrorIndex(-1); in parse()
691 offset = parseOffsetRFC822(text, tmpPos); in parse()
692 if (tmpPos.getErrorIndex() == -1) { in parse()
[all …]
Ddecimfmt.cpp1998 ParsePosition tmpPos(origPos); in parseForCurrency() local
2006 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
2012 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
2015 if (tmpPos.getIndex() > maxPosIndex) { in parseForCurrency()
2016 maxPosIndex = tmpPos.getIndex(); in parseForCurrency()
2023 maxErrorPos = tmpPos.getErrorIndex(); in parseForCurrency()
2033 ParsePosition tmpPos(origPos); in parseForCurrency() local
2041 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
2044 if (tmpPos.getIndex() > maxPosIndex) { in parseForCurrency()
2045 maxPosIndex = tmpPos.getIndex(); in parseForCurrency()
[all …]