Lines Matching refs:getBucketIndex
143 int32_t getBucketIndex(const UnicodeString &name, const Collator &collatorPrimaryOnly,
190 AlphabeticIndex::ImmutableIndex::getBucketIndex(
192 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, errorCode);
1221 int32_t AlphabeticIndex::getBucketIndex(const UnicodeString &name, UErrorCode &status) {
1226 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, status);
1230 int32_t AlphabeticIndex::getBucketIndex() const {