Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrule.cpp1014 ParsePosition tempPP; in matchToDelimiter() local
1030 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter()
1044 if (success && tempPP.getIndex() == dPos) { in matchToDelimiter()
1051 if (tempPP.getErrorIndex() > 0) { in matchToDelimiter()
1052 pp.setErrorIndex(tempPP.getErrorIndex()); in matchToDelimiter()
1054 pp.setErrorIndex(tempPP.getIndex()); in matchToDelimiter()
1062 tempPP.setIndex(0); in matchToDelimiter()
1075 ParsePosition tempPP; in matchToDelimiter() local
1079 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
1086 if (success && (tempPP.getIndex() != 0 || sub->isNullSubstitution())) { in matchToDelimiter()
[all …]