Home | History | Annotate | Download | only in i18n

Lines Matching full:collator

93  * uint32_t options; - offset to default collator options (UColOptionSet *),
352 collator,
481 #define init_collIterate(collator, sourceString, sourceLen, s) { \
488 (s)->coll = (collator); \
491 if(((collator)->normalizationMode == UCOL_ON)) (s)->flags |= UCOL_ITER_NORM; \
501 * Hence we only have to search the tailored collator only.
602 * Makes a copy of the Collator's rule data. The format is
614 * Used to set requested and valid locales on a collator returned by the collator
862 uint32_t options; /* these are the default options for the collator */