HomeSort by relevance Sort by last modified time
    Searched refs:handlePrevious (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/public/common/unicode/
rbbi.h 660 int32_t handlePrevious(const RBBIStateTable *statetable);
  /external/icu4c/common/unicode/
rbbi.h 660 int32_t handlePrevious(const RBBIStateTable *statetable);
  /external/chromium/third_party/icu/source/common/
rbbi.cpp 573 result = handlePrevious(fData->fReverseTable);
581 // set things up. handlePrevious() will back us up to some valid
583 // iterator up one step to prevent handlePrevious() from returning
591 int32_t lastResult = handlePrevious(fData->fReverseTable);
618 // tag value. But, if handlePrevious() took us to exactly the correct result positon,
687 // handlePrevious will move most of the time to < 1 boundary away
688 handlePrevious(fData->fSafeRevTable);
718 // otherwise, we have to sync up first. Use handlePrevious() to back
825 handlePrevious(fData->fSafeRevTable);
    [all...]
  /external/icu4c/common/
rbbi.cpp 575 result = handlePrevious(fData->fReverseTable);
583 // set things up. handlePrevious() will back us up to some valid
585 // iterator up one step to prevent handlePrevious() from returning
593 int32_t lastResult = handlePrevious(fData->fReverseTable);
620 // tag value. But, if handlePrevious() took us to exactly the correct result positon,
689 // handlePrevious will move most of the time to < 1 boundary away
690 handlePrevious(fData->fSafeRevTable);
720 // otherwise, we have to sync up first. Use handlePrevious() to back
827 handlePrevious(fData->fSafeRevTable);
    [all...]

Completed in 24 milliseconds