Lines Matching refs:tempPP
1165 ParsePosition tempPP; in matchToDelimiter() local
1181 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter()
1195 if (success && tempPP.getIndex() == dPos) { in matchToDelimiter()
1202 if (tempPP.getErrorIndex() > 0) { in matchToDelimiter()
1203 pp.setErrorIndex(tempPP.getErrorIndex()); in matchToDelimiter()
1205 pp.setErrorIndex(tempPP.getIndex()); in matchToDelimiter()
1213 tempPP.setIndex(0); in matchToDelimiter()
1230 ParsePosition tempPP; in matchToDelimiter() local
1234 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
1241 if (success && (tempPP.getIndex() != 0)) { in matchToDelimiter()
1246 pp.setIndex(tempPP.getIndex()); in matchToDelimiter()
1252 pp.setErrorIndex(tempPP.getErrorIndex()); in matchToDelimiter()