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

  /external/icu4c/i18n/
nfrs.cpp 624 ParsePosition workingPos = pos;
641 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult);
643 fprintf(stderr, " <nfrs after negative> success: %d wpi: %d\n", success, workingPos.getIndex());
645 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
647 highWaterMark = workingPos;
649 workingPos = pos;
661 UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult);
662 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) {
664 highWaterMark = workingPos;
666 workingPos = pos
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 79 milliseconds