OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextBucket
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/test/intltest/
alphaindextst.cpp
191
index->
nextBucket
(status); // Move to underflow label
192
index->
nextBucket
(status); // Move to "A"
214
while (index->
nextBucket
(status)) {
230
while (index->
nextBucket
(status)) {
240
TEST_ASSERT(index->
nextBucket
(status) == FALSE);
243
TEST_ASSERT(index->
nextBucket
(status) == TRUE);
248
while (index->
nextBucket
(status)) {
264
for (i=0; index->
nextBucket
(status); i++) {
301
for (i=0; index->
nextBucket
(status); i++) {
370
while (index.
nextBucket
(status))
[
all
...]
/external/icu4c/i18n/
alphaindex.cpp
595
Bucket *
nextBucket
= getBucket(*bucketList, i);
602
if (
nextBucket
->labelType_ != U_ALPHAINDEX_NORMAL) {
603
bucket->displayBucket_ =
nextBucket
;
607
nextBucket
= bucket;
658
Bucket *
nextBucket
;
661
nextBucket
= getBucket(*buckets_->bucketList_, bucketIndex++);
662
upperBoundary = &
nextBucket
->lowerBoundary_;
664
nextBucket
= NULL;
673
currentBucket =
nextBucket
;
676
nextBucket
= getBucket(*buckets_->bucketList_, bucketIndex++)
[
all
...]
/frameworks/native/services/surfaceflinger/
FrameTracker.cpp
174
int
nextBucket
= 1 << (i+1);
175
if (numPeriods <
nextBucket
) {
/external/icu4c/i18n/unicode/
alphaindex.h
134
* while (index->
nextBucket
(status)) {
143
* while (index->
nextBucket
(status)) {
562
virtual UBool
nextBucket
(UErrorCode &status);
566
* If the iteration is before the first Bucket (
nextBucket
() has not been called),
595
* Reset the Bucket iteration for this index. The next call to
nextBucket
()
606
* When
nextBucket
() is called, Record iteration is reset to just before the
/libcore/luni/src/main/native/
libcore_icu_AlphabeticIndex.cpp
109
if (!ai->
nextBucket
(status)) {
113
if (maybeThrowIcuException(env, "AlphabeticIndex::
nextBucket
", status)) {
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
Completed in 144 milliseconds