Lines Matching refs:Collator
75 class Collator;
178 * int32_t skLength = collator.getSortKey(name, sk, skCapacity);
287 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly)
291 Collator *collatorPrimaryOnly_;
311 * Construct an AlphabeticIndex that uses a specific collator.
316 * The index adopts the collator, and is responsible for deleting it.
317 * The caller should make no further use of the collator after creating the index.
319 * @param collator The collator to use to order the contents of this index.
324 AlphabeticIndex(RuleBasedCollator *collator, UErrorCode &status);
371 * Get the Collator that establishes the ordering of the items in this index.
372 * Ownership of the collator remains with the AlphabeticIndex instance.
374 * The returned collator is a reference to the internal collator used by this
379 * @return The collator