Home
last modified time | relevance | path

Searched refs:nextBucket (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dalphaindextst.cpp191 index->nextBucket(status); // Move to underflow label in APITest()
192 index->nextBucket(status); // Move to "A" in APITest()
214 while (index->nextBucket(status)) { in APITest()
230 while (index->nextBucket(status)) { in APITest()
240 TEST_ASSERT(index->nextBucket(status) == FALSE); in APITest()
243 TEST_ASSERT(index->nextBucket(status) == TRUE); in APITest()
248 while (index->nextBucket(status)) { in APITest()
264 for (i=0; index->nextBucket(status); i++) { in APITest()
301 for (i=0; index->nextBucket(status); i++) { in APITest()
370 while (index.nextBucket(status)) { in ManyLocalesTest()
[all …]
/external/icu4c/i18n/
Dalphaindex.cpp595 Bucket *nextBucket = getBucket(*bucketList, i); in createBucketList() local
602 if (nextBucket->labelType_ != U_ALPHAINDEX_NORMAL) { in createBucketList()
603 bucket->displayBucket_ = nextBucket; in createBucketList()
607 nextBucket = bucket; in createBucketList()
658 Bucket *nextBucket; in initBuckets() local
661 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()
662 upperBoundary = &nextBucket->lowerBoundary_; in initBuckets()
664 nextBucket = NULL; in initBuckets()
673 currentBucket = nextBucket; in initBuckets()
676 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()
[all …]
/external/icu4c/i18n/unicode/
Dalphaindex.h562 virtual UBool nextBucket(UErrorCode &status);