Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrule.cpp1176 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()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFRule.java1135 ParsePosition tempPP = new ParsePosition(0); in matchToDelimiter() local
1151 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter()
1160 if (tempPP.getIndex() == dPos) { in matchToDelimiter()
1177 tempPP.setIndex(0); in matchToDelimiter()
1196 ParsePosition tempPP = new ParsePosition(0); in matchToDelimiter() local
1199 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
1201 if (tempPP.getIndex() != 0) { in matchToDelimiter()
1206 pp.setIndex(tempPP.getIndex()); in matchToDelimiter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java1134 ParsePosition tempPP = new ParsePosition(0); in matchToDelimiter() local
1150 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter()
1159 if (tempPP.getIndex() == dPos) { in matchToDelimiter()
1176 tempPP.setIndex(0); in matchToDelimiter()
1195 ParsePosition tempPP = new ParsePosition(0); in matchToDelimiter() local
1198 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
1200 if (tempPP.getIndex() != 0) { in matchToDelimiter()
1205 pp.setIndex(tempPP.getIndex()); in matchToDelimiter()