HomeSort by relevance Sort by last modified time
    Searched defs:workingPos (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
nfrs.cpp 599 ParsePosition workingPos = pos;
616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult);
618 fprintf(stderr, " <nfrs after negative> success: %d wpi: %d\n", success, workingPos.getIndex());
620 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
622 highWaterMark = workingPos;
624 workingPos = pos;
636 UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult);
637 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) {
639 highWaterMark = workingPos;
641 workingPos = pos
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 599 ParsePosition workingPos = pos;
616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult);
618 fprintf(stderr, " <nfrs after negative> success: %d wpi: %d\n", success, workingPos.getIndex());
620 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
622 highWaterMark = workingPos;
624 workingPos = pos;
636 UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult);
637 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) {
639 highWaterMark = workingPos;
641 workingPos = pos
    [all...]

Completed in 369 milliseconds