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

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 486 return handlePrevious(matchindex);
489 return handlePrevious(index);
583 return handlePrevious(endIdx);
610 return handlePrevious(position);
658 * Subclasses' handleNext() and handlePrevious() methods should call this
663 * @see #handlePrevious
709 protected abstract int handlePrevious(int startAt);
StringSearch.java 530 protected int handlePrevious(int position) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
rbbi.h 718 int32_t handlePrevious(const RBBIStateTable *statetable);
  /external/icu/icu4c/source/common/
rbbi.cpp 638 result = handlePrevious(fData->fReverseTable);
646 // set things up. handlePrevious() will back us up to some valid
648 // iterator up one step to prevent handlePrevious() from returning
655 int32_t lastResult = handlePrevious(fData->fReverseTable);
682 // tag value. But, if handlePrevious() took us to exactly the correct result position,
755 // handlePrevious will move most of the time to < 1 boundary away
756 handlePrevious(fData->fSafeRevTable);
786 // otherwise, we have to sync up first. Use handlePrevious() to back
897 handlePrevious(fData->fSafeRevTable);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 621 result = handlePrevious(fRData.fRTable);
629 // set things up. handlePrevious() will back us up to some valid
631 // iterator up one step to prevent handlePrevious() from returning
638 int lastResult = handlePrevious(fRData.fRTable);
665 // tag value. But, if handlePrevious() took us to exactly the correct result position,
737 // handlePrevious will move most of the time to < 1 boundary away
738 handlePrevious(fRData.fSRTable);
769 // otherwise, we have to sync up first. Use handlePrevious() to back
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java     [all...]
  /prebuilts/tools/common/m2/repository/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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 464 milliseconds