Searched defs:handleNext (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dstsearch.cpp306 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status) function in class:StringSearch
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSearchIterator.java419 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); method in class:SearchIterator
H A DRuleBasedBreakIterator.java403 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);
1158 private int handleNext(short stateTable[]) { method in class:RuleBasedBreakIterator
1163 // No matter what, handleNext alway correctly sets the break tag value.
1363 // to back up, then re-find the break position using handleNext(), which does
H A DStringSearch.java468 protected int handleNext(int position) { method in class:StringSearch
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DSearchIterator.java434 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); method in class:SearchIterator
H A DStringSearch.java484 protected int handleNext(int position) { method in class:StringSearch
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java413 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);
1178 private int handleNext(short stateTable[]) { method in class:RuleBasedBreakIterator
1183 // No matter what, handleNext alway correctly sets the break tag value.
1383 // to back up, then re-find the break position using handleNext(), which does
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp2289 int32_t handleNext(int32_t position, UErrorCode &status);
2355 int32_t TestSearch::handleNext(int32_t start, UErrorCode &status) function in class:TestSearch
2455 virtual int32_t handleNext(int32_t , UErrorCode &){return 0;}; function in class:StubSearchIterator
/external/icu/icu4c/source/common/
H A Drbbi.cpp596 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);
988 // handleNext(stateTable)
996 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) { function in class:RuleBasedBreakIterator
1018 // No matter what, handleNext alway correctly sets the break tag value.
1210 // The logic of this function is very similar to handleNext(), above.
1233 // to back up, then re-find the break position using handleNext(), which does
1432 // cached by the handleNext() functio
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 431 milliseconds