Home
last modified time | relevance | path

Searched refs:collatorPrimaryOnly (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Dalphaindex.h287 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly)
288 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {}
/external/icu4c/i18n/
Dalphaindex.cpp143 int32_t getBucketIndex(const UnicodeString &name, const Collator &collatorPrimaryOnly, in getBucketIndex() argument
152 collatorPrimaryOnly.compare(name, bucket->lowerBoundary_, errorCode); in getBucketIndex()