Searched refs:nextBucket (Results 1 – 3 of 3) sorted by relevance
191 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 …]
595 Bucket *nextBucket = getBucket(*bucketList, i); in createBucketList() local602 if (nextBucket->labelType_ != U_ALPHAINDEX_NORMAL) { in createBucketList()603 bucket->displayBucket_ = nextBucket; in createBucketList()607 nextBucket = bucket; in createBucketList()658 Bucket *nextBucket; in initBuckets() local661 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 …]
562 virtual UBool nextBucket(UErrorCode &status);