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

  /external/chromium/third_party/icu/source/i18n/
stsearch.cpp 334 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status)
  /external/icu4c/i18n/
stsearch.cpp 334 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status)
  /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/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/chromium/third_party/icu/source/test/intltest/
srchtest.cpp     [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/icu4c/test/intltest/
srchtest.cpp     [all...]

Completed in 181 milliseconds