Home | History | Annotate | Download | only in i18n

Lines Matching refs:getBucketIndex

142     int32_t getBucketIndex(const UnicodeString &name, const Collator &collatorPrimaryOnly,
189 AlphabeticIndex::ImmutableIndex::getBucketIndex(
191 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, errorCode);
1103 int32_t AlphabeticIndex::getBucketIndex(const UnicodeString &name, UErrorCode &status) {
1108 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, status);
1112 int32_t AlphabeticIndex::getBucketIndex() const {