OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleNext
(Results
1 - 19
of
19
) sorted by null
/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
791
private int
handleNext
() {
796
//
handleNext
always sets the break tag value.
[
all
...]
StringSearch.java
470
protected int
handleNext
(int position) {
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
stsearch.h
457
virtual int32_t
handleNext
(int32_t position, UErrorCode &status);
search.h
449
* <tt>
handleNext
</tt> or <tt>handlePrev</tt> finds a
452
* the match is rejected and <tt>
handleNext
</tt> or
455
* @see #
handleNext
471
* <tt>
handleNext
</tt> or <tt>handlePrev</tt> finds a
474
* the match is rejected and <tt>
handleNext
</tt> or
477
* @see #
handleNext
512
virtual int32_t
handleNext
(int32_t position, UErrorCode &status)
540
* Subclasses' <tt>
handleNext
</tt> and <tt>handlePrev</tt>
543
* @see #
handleNext
552
* Subclasses' <tt>
handleNext
</tt> and <tt>handlePrev</tt
[
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_cache.cpp
368
aBoundary = fBI->
handleNext
();
374
// The initial
handleNext
() only advanced by a single code point. Go again.
375
aBoundary = fBI->
handleNext
(); // Safe rules identify safe pairs.
440
pos = fBI->
handleNext
();
468
pos = fBI->
handleNext
();
518
position = fBI->
handleNext
();
524
// The initial
handleNext
() only advanced by a single code point. Go again.
525
position = fBI->
handleNext
(); // Safe rules identify safe pairs.
542
position = fBI->
handleNext
();
rbbi.cpp
757
//
handleNext
()
761
int32_t RuleBasedBreakIterator::
handleNext
() {
780
//
handleNext
alway sets the break tag value.
947
// The logic of this function is similar to
handleNext
(), but simpler
[
all
...]
/external/icu/icu4c/source/common/unicode/
rbbi.h
657
int32_t
handleNext
();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java
812
private int
handleNext
() {
817
//
handleNext
always sets the break tag value.
[
all
...]
/external/icu/icu4c/source/i18n/
search.cpp
206
return
handleNext
(0, status);
216
return
handleNext
(position, status);
278
return
handleNext
(offset, status);
stsearch.cpp
308
int32_t StringSearch::
handleNext
(int32_t position, UErrorCode &status)
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
PatchFv.py
436
handleNext
= False
439
if
handleNext
:
440
handleNext
= False
448
handleNext
= True
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
PatchFv.py
402
handleNext
= False
405
if
handleNext
:
406
handleNext
= False
414
handleNext
= True
/external/icu/icu4c/source/test/intltest/
srchtest.cpp
[
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
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 375 milliseconds