Lines Matching refs:getBucket
80 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { in getBucket() function
130 getBucket(*publicBucketList, i)->displayIndex_ = displayIndex++; in BucketList()
149 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i); in getBucketIndex()
158 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start); in getBucketIndex()
195 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const { in getBucket() function in AlphabeticIndex::ImmutableIndex
197 return icu::getBucket(*buckets_->immutableVisibleList_, index); in getBucket()
513 Bucket *singleBucket = getBucket(*bucketList, i); in createBucketList()
588 Bucket *nextBucket = getBucket(*bucketList, i); in createBucketList()
590 bucket = getBucket(*bucketList, i); in createBucketList()
610 bucket = getBucket(*bucketList, i); in createBucketList()
648 Bucket *currentBucket = getBucket(*buckets_->bucketList_, 0); in initBuckets()
653 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()
668 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()
1134 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_); in nextBucket()