Searched refs:workingPos (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrs.cpp | 698 ParsePosition workingPos = pos; in parse() local 715 UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, nonNumericalExecutedRuleMask, tempResult); in parse() 716 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) { in parse() 718 highWaterMark = workingPos; in parse() 720 workingPos = pos; in parse() 754 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalExecutedRuleMask, tempResult); in parse() 755 if (success && workingPos.getIndex() > highWaterMark.getIndex()) { in parse() 757 highWaterMark = workingPos; in parse() 759 workingPos = pos; in parse()
|
H A D | rbnf.cpp | 1354 ParsePosition workingPos(0); in parse()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrs.cpp | 698 ParsePosition workingPos = pos; in parse() local 715 UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, nonNumericalExecutedRuleMask, tempResult); in parse() 716 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) { in parse() 718 highWaterMark = workingPos; in parse() 720 workingPos = pos; in parse() 754 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalExecutedRuleMask, tempResult); in parse() 755 if (success && workingPos.getIndex() > highWaterMark.getIndex()) { in parse() 757 highWaterMark = workingPos; in parse() 759 workingPos = pos; in parse()
|
H A D | rbnf.cpp | 1354 ParsePosition workingPos(0); in parse()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrs.cpp | 698 ParsePosition workingPos = pos; in parse() local 715 UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, nonNumericalExecutedRuleMask, tempResult); in parse() 716 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) { in parse() 718 highWaterMark = workingPos; in parse() 720 workingPos = pos; in parse() 754 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalExecutedRuleMask, tempResult); in parse() 755 if (success && workingPos.getIndex() > highWaterMark.getIndex()) { in parse() 757 highWaterMark = workingPos; in parse() 759 workingPos = pos; in parse()
|
H A D | rbnf.cpp | 1354 ParsePosition workingPos(0); in parse()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedNumberFormat.java | 1302 ParsePosition workingPos = new ParsePosition(0); in parse() 1308 ParsePosition highWaterMark = new ParsePosition(workingPos.getIndex()); in parse() 1322 tempResult = ruleSets[i].parse(workingText, workingPos, Double.MAX_VALUE, 0); in parse() 1323 if (workingPos.getIndex() > highWaterMark.getIndex()) { in parse() 1325 highWaterMark.setIndex(workingPos.getIndex()); in parse() 1328 // if (workingPos.getErrorIndex() > highWaterMark.getErrorIndex()) { in parse() 1329 // highWaterMark.setErrorIndex(workingPos.getErrorIndex()); in parse() 1340 workingPos.setIndex(0); in parse()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedNumberFormat.java | 1273 ParsePosition workingPos = new ParsePosition(0); in parse() 1279 ParsePosition highWaterMark = new ParsePosition(workingPos.getIndex()); in parse() 1293 tempResult = ruleSets[i].parse(workingText, workingPos, Double.MAX_VALUE, 0); in parse() 1294 if (workingPos.getIndex() > highWaterMark.getIndex()) { in parse() 1296 highWaterMark.setIndex(workingPos.getIndex()); in parse() 1299 // if (workingPos.getErrorIndex() > highWaterMark.getErrorIndex()) { in parse() 1300 // highWaterMark.setErrorIndex(workingPos.getErrorIndex()); in parse() 1311 workingPos.setIndex(0); in parse()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 19 milliseconds