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

  /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...]
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 147 private void handleNext() {
164 handleNext();
190 handleNext();
ChooseLockPassword.java 371 private void handleNext() {
407 handleNext();
428 handleNext();
  /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/icu4c/common/
rbbi.cpp 535 int32_t result = handleNext(fData->fForwardTable);
623 // we wont have a tag value for that position, which is only set by handleNext().
704 handleNext(fData->fSafeFwdTable);
812 handleNext(fData->fSafeFwdTable);
920 // handleNext(stateTable)
928 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) {
950 // No matter what, handleNext alway correctly sets the break tag value.
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp     [all...]

Completed in 90 milliseconds