Home | History | Annotate | Download | only in unicode

Lines Matching refs:collator

74 class Collator;
177 * int32_t skLength = collator.getSortKey(name, sk, skCapacity);
283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly)
287 Collator *collatorPrimaryOnly_;
305 * Construct an AlphabeticIndex that uses a specific collator.
310 * The index adopts the collator, and is responsible for deleting it.
311 * The caller should make no further use of the collator after creating the index.
313 * @param collator The collator to use to order the contents of this index.
318 AlphabeticIndex(RuleBasedCollator *collator, UErrorCode &status);
362 * Get the Collator that establishes the ordering of the items in this index.
363 * Ownership of the collator remains with the AlphabeticIndex instance.
365 * The returned collator is a reference to the internal collator used by this
370 * @return The collator