Home | History | Annotate | Download | only in i18n

Lines Matching defs:getBucketCount

140     int32_t getBucketCount() const {
186 AlphabeticIndex::ImmutableIndex::getBucketCount() const {
187 return buckets_->getBucketCount();
198 if (0 <= index && index < buckets_->getBucketCount()) {
280 int32_t AlphabeticIndex::getBucketCount(UErrorCode &status) {
285 return buckets_->getBucketCount();
1132 if (labelsIterIndex_ >= buckets_->getBucketCount()) {
1133 labelsIterIndex_ = buckets_->getBucketCount();