/third_party/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 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() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 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() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrule.cpp | 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() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 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() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 1134 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRule.java | 1135 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()
|