Searched refs:nextBucket (Results 1 – 6 of 6) sorted by relevance
193 index->nextBucket(status); // Move to underflow label in APITest()194 index->nextBucket(status); // Move to "A" in APITest()216 while (index->nextBucket(status)) { in APITest()232 while (index->nextBucket(status)) { in APITest()242 TEST_ASSERT(index->nextBucket(status) == FALSE); in APITest()245 TEST_ASSERT(index->nextBucket(status) == TRUE); in APITest()250 while (index->nextBucket(status)) { in APITest()266 for (i=0; index->nextBucket(status); i++) { in APITest()303 for (i=0; index->nextBucket(status); i++) { in APITest()372 while (index.nextBucket(status)) { in ManyLocalesTest()[all …]
757 Bucket<V> nextBucket; in initBuckets() local760 nextBucket = bucketIterator.next(); in initBuckets()761 upperBoundary = nextBucket.lowerBoundary; in initBuckets()763 nextBucket = null; in initBuckets()771 currentBucket = nextBucket; in initBuckets()774 nextBucket = bucketIterator.next(); in initBuckets()775 upperBoundary = nextBucket.lowerBoundary; in initBuckets()1077 Bucket<V> nextBucket = bucketList.get(i); in createBucketList() local1084 if (nextBucket.labelType != LabelType.NORMAL) { in createBucketList()1085 bucket.displayBucket = nextBucket; in createBucketList()[all …]
785 Bucket<V> nextBucket; in initBuckets() local788 nextBucket = bucketIterator.next(); in initBuckets()789 upperBoundary = nextBucket.lowerBoundary; in initBuckets()791 nextBucket = null; in initBuckets()799 currentBucket = nextBucket; in initBuckets()802 nextBucket = bucketIterator.next(); in initBuckets()803 upperBoundary = nextBucket.lowerBoundary; in initBuckets()1123 Bucket<V> nextBucket = bucketList.get(i); in createBucketList() local1130 if (nextBucket.labelType != LabelType.NORMAL) { in createBucketList()1131 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()
555 virtual UBool nextBucket(UErrorCode &status);