Home | History | Annotate | Download | only in unicode

Lines Matching refs:collator

28  * handled, e.g. for the German collator, characters ß and SS will be matched 
94 * Though collator attributes will be taken into consideration while
96 * attributes. These attributes can be set by getting the collator
98 * Lastly to update String Search to the new collator attributes,
186 * standard collation element comparison at the specified collator
198 * example, with a secondary-strength English collator, a plain 'e' in
212 * For example, with a secondary-strength English collator, a plain 'e'
227 * rule set. A collator will be created in the process, which will be owned by
256 * Creating a search iterator data struct using the argument collator language
257 * rule set. Note, user retains the ownership of this collator, thus the
259 * NOTE: string search cannot be instantiated from a collator that has
265 * @param collator used for the language rules
273 * @param status for errors if it occurs. If collator, pattern or text is NULL,
284 const UCollator *collator,
290 * If a collator is created in <tt>usearch_open</tt>, it will be destroyed here.
513 * Gets the collator used for the language rules.
517 * <tt>usearch_close</tt> will delete the collator if this search owns it.
519 * @return collator
526 * Sets the collator used for the language rules. User retains the ownership
527 * of this collator, thus the responsibility of deletion lies with the user.
531 * @param collator to be used
536 const UCollator *collator,
720 * The collator options, such as UCOL_STRENGTH and UCOL_NORMALIZTION, are honored.
780 * The collator options, such as UCOL_STRENGTH and UCOL_NORMALIZTION, are honored.