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

  /external/icu/icu4c/source/i18n/
stsearch.cpp 308 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status)
  /packages/apps/Dialer/java/com/android/voicemail/impl/settings/
VoicemailChangePinActivity.java 135 public void handleNext(VoicemailChangePinActivity activity) {
232 public void handleNext(VoicemailChangePinActivity activity) {
301 public void handleNext(VoicemailChangePinActivity activity) {
325 public void handleNext(VoicemailChangePinActivity activity) {
408 public void handleNext() {
412 mUiState.handleNext(this);
418 handleNext();
442 handleNext();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SearchIterator.java 421 return handleNext(index);
525 return handleNext(startIdx);
545 return handleNext(position);
636 * Subclasses' handleNext() and handlePrevious() methods should call this
640 * @see #handleNext
665 protected abstract int handleNext(int start);
RuleBasedBreakIterator.java 416 int result = handleNext(fRData.fFTable);
667 // handleNext()s to move up to the desired return position, we will have a valid
669 // we wont have a tag value for that position, which is only set by handleNext().
754 handleNext(fRData.fSFTable);
853 handleNext(fRData.fSFTable);
    [all...]
StringSearch.java 470 protected int handleNext(int position) {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 436 return handleNext(index);
545 return handleNext(startIdx);
566 return handleNext(position);
660 * Subclasses' handleNext() and handlePrevious() methods should call this
664 * @see #handleNext
691 protected abstract int handleNext(int start);
StringSearch.java 486 protected int handleNext(int position) {
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 583 int32_t result = handleNext(fData->fForwardTable);
670 // we wont have a tag value for that position, which is only set by handleNext().
755 handleNext(fData->fSafeFwdTable);
867 handleNext(fData->fSafeFwdTable);
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp     [all...]
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmLockPassword.java 335 private void handleNext() {
508 handleNext();
524 handleNext();
ChooseLockPassword.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 426 int result = handleNext(fRData.fFTable);
678 // handleNext()s to move up to the desired return position, we will have a valid
680 // we wont have a tag value for that position, which is only set by handleNext().
766 handleNext(fRData.fSFTable);
866 handleNext(fRData.fSFTable);
    [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...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 471 milliseconds