Home | History | Annotate | Download | only in i18n

Lines Matching full:collator

100 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString,
122 (s)->coll = (collator);
125 if(collator->normalizationMode == UCOL_ON) {
128 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
136 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString,
140 IInit_collIterate(collator, sourceString, sourceLen, s, status);
528 /* copy the collator options */
656 // collator reordering
798 /* copy the collator options */
841 * @param coll collator
924 /* get the version info from UCATableHeader and populate the Collator struct*/
1980 * @param coll collator data
2452 * @param coll current collator used
5285 * you should pass in a collator, an iterator, empty state
5294 * particular combination of string and collator. This
5374 /** values that depend on the collator attributes */
5375 // strength of the collator.
5424 // If the normalization is turned on for the collator and we are below identical level
6158 /* Following are the functions that deal with the properties of a collator */
7110 // setting up the collator parameters