Home | History | Annotate | Download | only in i18n

Lines Matching refs:getBucketCount

139     int32_t getBucketCount() const {
185 AlphabeticIndex::ImmutableIndex::getBucketCount() const {
186 return buckets_->getBucketCount();
197 if (0 <= index && index < buckets_->getBucketCount()) {
279 int32_t AlphabeticIndex::getBucketCount(UErrorCode &status) {
284 return buckets_->getBucketCount();
1248 if (labelsIterIndex_ >= buckets_->getBucketCount()) {
1249 labelsIterIndex_ = buckets_->getBucketCount();