Home | History | Annotate | Download | only in i18n

Lines Matching refs:getBucketIndex

144     int32_t getBucketIndex(const UnicodeString &name, const Collator &collatorPrimaryOnly,
191 AlphabeticIndex::ImmutableIndex::getBucketIndex(
193 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, errorCode);
1100 int32_t AlphabeticIndex::getBucketIndex(const UnicodeString &name, UErrorCode &status) {
1105 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, status);
1109 int32_t AlphabeticIndex::getBucketIndex() const {