Searched refs:nextBucket (Results 1 – 10 of 10) sorted by relevance
204 index->nextBucket(status); // Move to underflow label in APITest()205 index->nextBucket(status); // Move to "A" in APITest()227 while (index->nextBucket(status)) { in APITest()243 while (index->nextBucket(status)) { in APITest()253 TEST_ASSERT(index->nextBucket(status) == false); in APITest()256 TEST_ASSERT(index->nextBucket(status) == true); in APITest()261 while (index->nextBucket(status)) { in APITest()277 for (i=0; index->nextBucket(status); i++) { in APITest()314 for (i=0; index->nextBucket(status); i++) { in APITest()381 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 …]
584 Bucket *nextBucket = getBucket(*bucketList, i); in createBucketList() local591 if (nextBucket->labelType_ != U_ALPHAINDEX_NORMAL) { in createBucketList()592 bucket->displayBucket_ = nextBucket; in createBucketList()596 nextBucket = bucket; in createBucketList()646 Bucket *nextBucket; in initBuckets() local649 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()650 upperBoundary = &nextBucket->lowerBoundary_; in initBuckets()652 nextBucket = NULL; in initBuckets()661 currentBucket = nextBucket; in initBuckets()664 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()[all …]
69 int[] nextBucket = new int[sourceSize]; in generate() local82 nextBucket[i] = (count == 0) ? -1 : bucketHeads[key]; in generate()175 pos = nextBucket[pos]; in generate()
562 virtual UBool nextBucket(UErrorCode &status);