Home | History | Annotate | Download | only in unicode

Lines Matching refs:collator

27  * handled, e.g. for the German collator, characters ß and SS will be matched 
93 * Though collator attributes will be taken into consideration while
95 * attributes. These attributes can be set by getting the collator
97 * Lastly to update String Search to the new collator attributes,
180 * rule set. A collator will be created in the process, which will be owned by
209 * Creating a search iterator data struct using the argument collator language
210 * rule set. Note, user retains the ownership of this collator, thus the
212 * NOTE: string search cannot be instantiated from a collator that has
218 * @param collator used for the language rules
226 * @param status for errors if it occurs. If collator, pattern or text is NULL,
237 const UCollator *collator,
243 * If a collator is created in <tt>usearch_open</tt>, it will be destroyed here.
447 * Gets the collator used for the language rules.
451 * <tt>usearch_close</tt> will delete the collator if this search owns it.
453 * @return collator
460 * Sets the collator used for the language rules. User retains the ownership
461 * of this collator, thus the responsibility of deletion lies with the user.
465 * @param collator to be used
470 const UCollator *collator,