Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrule.cpp1163 ParsePosition tempPP; in matchToDelimiter() local
1179 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter()
1193 if (success && tempPP.getIndex() == dPos) { in matchToDelimiter()
1200 if (tempPP.getErrorIndex() > 0) { in matchToDelimiter()
1201 pp.setErrorIndex(tempPP.getErrorIndex()); in matchToDelimiter()
1203 pp.setErrorIndex(tempPP.getIndex()); in matchToDelimiter()
1211 tempPP.setIndex(0); in matchToDelimiter()
1228 ParsePosition tempPP; in matchToDelimiter() local
1232 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
1239 if (success && (tempPP.getIndex() != 0)) { in matchToDelimiter()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFRule.java1101 ParsePosition tempPP = new ParsePosition(0); in matchToDelimiter() local
1117 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter()
1126 if (tempPP.getIndex() == dPos) { in matchToDelimiter()
1143 tempPP.setIndex(0); in matchToDelimiter()
1162 ParsePosition tempPP = new ParsePosition(0); in matchToDelimiter() local
1165 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
1167 if (tempPP.getIndex() != 0) { in matchToDelimiter()
1172 pp.setIndex(tempPP.getIndex()); in matchToDelimiter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java1100 ParsePosition tempPP = new ParsePosition(0); in matchToDelimiter() local
1116 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter()
1125 if (tempPP.getIndex() == dPos) { in matchToDelimiter()
1142 tempPP.setIndex(0); in matchToDelimiter()
1161 ParsePosition tempPP = new ParsePosition(0); in matchToDelimiter() local
1164 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
1166 if (tempPP.getIndex() != 0) { in matchToDelimiter()
1171 pp.setIndex(tempPP.getIndex()); in matchToDelimiter()