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

  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 90 private void handleNext() {
103 handleNext();
126 handleNext();
ChooseLockPassword.java 255 private void handleNext() {
289 handleNext();
310 handleNext();
  /external/chromium/third_party/icu/public/i18n/unicode/
stsearch.h 464 virtual int32_t handleNext(int32_t position, UErrorCode &status);
search.h 441 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
444 * the match is rejected and <tt>handleNext</tt> or
447 * @see #handleNext
463 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
466 * the match is rejected and <tt>handleNext</tt> or
469 * @see #handleNext
504 virtual int32_t handleNext(int32_t position, UErrorCode &status)
532 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt>
535 * @see #handleNext
544 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt
    [all...]
  /external/icu4c/i18n/unicode/
stsearch.h 464 virtual int32_t handleNext(int32_t position, UErrorCode &status);
search.h 441 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
444 * the match is rejected and <tt>handleNext</tt> or
447 * @see #handleNext
463 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
466 * the match is rejected and <tt>handleNext</tt> or
469 * @see #handleNext
504 virtual int32_t handleNext(int32_t position, UErrorCode &status)
532 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt>
535 * @see #handleNext
544 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt
    [all...]
  /external/chromium/third_party/icu/source/i18n/
search.cpp 186 return handleNext(0, status);
196 return handleNext(position, status);
258 return handleNext(offset, status);
stsearch.cpp 334 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status)
  /external/chromium/third_party/icu/public/common/unicode/
rbbi.h 671 int32_t handleNext(const RBBIStateTable *statetable);
  /external/icu4c/common/unicode/
rbbi.h 671 int32_t handleNext(const RBBIStateTable *statetable);
  /external/icu4c/i18n/
search.cpp 204 return handleNext(0, status);
214 return handleNext(position, status);
276 return handleNext(offset, status);
stsearch.cpp 334 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status)
  /external/chromium/third_party/icu/source/common/
rbbi.cpp 531 int32_t result = handleNext(fData->fForwardTable);
619 // we wont have a tag value for that position, which is only set by handleNext().
700 handleNext(fData->fSafeFwdTable);
808 handleNext(fData->fSafeFwdTable);
916 // handleNext(stateTable)
924 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) {
946 // No matter what, handleNext alway correctly sets the break tag value.
    [all...]
  /external/icu4c/common/
rbbi.cpp 533 int32_t result = handleNext(fData->fForwardTable);
621 // we wont have a tag value for that position, which is only set by handleNext().
702 handleNext(fData->fSafeFwdTable);
810 handleNext(fData->fSafeFwdTable);
918 // handleNext(stateTable)
926 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) {
948 // No matter what, handleNext alway correctly sets the break tag value.
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
srchtest.cpp     [all...]
  /external/icu4c/test/intltest/
srchtest.cpp     [all...]

Completed in 264 milliseconds