HomeSort by relevance Sort by last modified time
    Searched refs:handleNext (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/text/
SearchIterator.java 419 return handleNext(index);
523 return handleNext(startIdx);
543 return handleNext(position);
634 * Subclasses' handleNext() and handlePrevious() methods should call this
638 * @see #handleNext
663 protected abstract int handleNext(int start);
RuleBasedBreakIterator.java 403 int result = handleNext(fRData.fFTable);
653 // handleNext()s to move up to the desired return position, we will have a valid
655 // we wont have a tag value for that position, which is only set by handleNext().
739 handleNext(fRData.fSFTable);
837 handleNext(fRData.fSFTable);
    [all...]
StringSearch.java 468 protected int handleNext(int position) {
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
stsearch.h 455 virtual int32_t handleNext(int32_t position, UErrorCode &status);
search.h 447 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
450 * the match is rejected and <tt>handleNext</tt> or
453 * @see #handleNext
469 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
472 * the match is rejected and <tt>handleNext</tt> or
475 * @see #handleNext
510 virtual int32_t handleNext(int32_t position, UErrorCode &status)
538 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt>
541 * @see #handleNext
550 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 434 return handleNext(index);
543 return handleNext(startIdx);
564 return handleNext(position);
658 * Subclasses' handleNext() and handlePrevious() methods should call this
662 * @see #handleNext
689 protected abstract int handleNext(int start);
StringSearch.java 484 protected int handleNext(int position) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailChangePinActivity.java 132 public void handleNext(VoicemailChangePinActivity activity) {
228 public void handleNext(VoicemailChangePinActivity activity) {
298 public void handleNext(VoicemailChangePinActivity activity) {
328 public void handleNext(VoicemailChangePinActivity activity) {
420 public void handleNext() {
424 mUiState.handleNext(this);
430 handleNext();
444 handleNext();
  /external/icu/icu4c/source/common/unicode/
rbbi.h 729 int32_t handleNext(const RBBIStateTable *statetable);
  /external/icu/icu4c/source/i18n/
search.cpp 204 return handleNext(0, status);
214 return handleNext(position, status);
276 return handleNext(offset, status);
stsearch.cpp 306 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status)
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 318 private void handleNext() {
492 handleNext();
508 handleNext();
ChooseLockPassword.java 673 public void handleNext() {
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 596 int32_t result = handleNext(fData->fForwardTable);
683 // we wont have a tag value for that position, which is only set by handleNext().
768 handleNext(fData->fSafeFwdTable);
880 handleNext(fData->fSafeFwdTable);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 413 int result = handleNext(fRData.fFTable);
664 // handleNext()s to move up to the desired return position, we will have a valid
666 // we wont have a tag value for that position, which is only set by handleNext().
751 handleNext(fRData.fSFTable);
850 handleNext(fRData.fSFTable);
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 434 milliseconds

1 2