Searched refs:nextBucket (Results 1 – 6 of 6) sorted by relevance
195 index->nextBucket(status); // Move to underflow label in APITest()196 index->nextBucket(status); // Move to "A" in APITest()218 while (index->nextBucket(status)) { in APITest()234 while (index->nextBucket(status)) { in APITest()244 TEST_ASSERT(index->nextBucket(status) == FALSE); in APITest()247 TEST_ASSERT(index->nextBucket(status) == TRUE); in APITest()252 while (index->nextBucket(status)) { in APITest()268 for (i=0; index->nextBucket(status); i++) { in APITest()305 for (i=0; index->nextBucket(status); i++) { in APITest()374 while (index.nextBucket(status)) { in ManyLocalesTest()[all …]
781 Bucket<V> nextBucket; in initBuckets() local784 nextBucket = bucketIterator.next(); in initBuckets()785 upperBoundary = nextBucket.lowerBoundary; in initBuckets()787 nextBucket = null; in initBuckets()795 currentBucket = nextBucket; in initBuckets()798 nextBucket = bucketIterator.next(); in initBuckets()799 upperBoundary = nextBucket.lowerBoundary; in initBuckets()1119 Bucket<V> nextBucket = bucketList.get(i); in createBucketList() local1126 if (nextBucket.labelType != LabelType.NORMAL) { in createBucketList()1127 bucket.displayBucket = nextBucket; in createBucketList()[all …]
753 Bucket<V> nextBucket; in initBuckets() local756 nextBucket = bucketIterator.next(); in initBuckets()757 upperBoundary = nextBucket.lowerBoundary; in initBuckets()759 nextBucket = null; in initBuckets()767 currentBucket = nextBucket; in initBuckets()770 nextBucket = bucketIterator.next(); in initBuckets()771 upperBoundary = nextBucket.lowerBoundary; in initBuckets()1073 Bucket<V> nextBucket = bucketList.get(i); in createBucketList() local1080 if (nextBucket.labelType != LabelType.NORMAL) { in createBucketList()1081 bucket.displayBucket = nextBucket; in createBucketList()[all …]
590 Bucket *nextBucket = getBucket(*bucketList, i); in createBucketList() local597 if (nextBucket->labelType_ != U_ALPHAINDEX_NORMAL) { in createBucketList()598 bucket->displayBucket_ = nextBucket; in createBucketList()602 nextBucket = bucket; in createBucketList()652 Bucket *nextBucket; in initBuckets() local655 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()656 upperBoundary = &nextBucket->lowerBoundary_; in initBuckets()658 nextBucket = NULL; in initBuckets()667 currentBucket = nextBucket; in initBuckets()670 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()[all …]
332 int nextBucket = 0; field in HashBiMap.Itr349 while (nextBucket < hashTableKToV.length) { in hasNext()350 if (hashTableKToV[nextBucket] != null) { in hasNext()351 next = hashTableKToV[nextBucket++]; in hasNext()354 nextBucket++; in hasNext()
559 virtual UBool nextBucket(UErrorCode &status);