Lines Matching refs:tempPP
1176 ParsePosition tempPP; in matchToDelimiter() local
1192 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter()
1207 if (success && tempPP.getIndex() == dPos) { in matchToDelimiter()
1214 if (tempPP.getErrorIndex() > 0) { in matchToDelimiter()
1215 pp.setErrorIndex(tempPP.getErrorIndex()); in matchToDelimiter()
1217 pp.setErrorIndex(tempPP.getIndex()); in matchToDelimiter()
1225 tempPP.setIndex(0); in matchToDelimiter()
1242 ParsePosition tempPP; in matchToDelimiter() local
1246 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
1254 if (success && (tempPP.getIndex() != 0)) { in matchToDelimiter()
1259 pp.setIndex(tempPP.getIndex()); in matchToDelimiter()
1265 pp.setErrorIndex(tempPP.getErrorIndex()); in matchToDelimiter()