Home | History | Annotate | Download | only in i18n

Lines Matching defs:collation

17 * tokens that will be turned into collation elements
125 * collation parser and its strength into a file. When a big change in format
947 * < : Primary collation
948 * << : Secondary collation
949 * <<< : Tertiary collation
950 * ; : Secondary collation
951 * , : Tertiary collation
1233 /* if it is, it's just a regular character in collation rules */
2126 UResourceBundle* collation;
2134 collation = ures_getByKey(collations, type, NULL, status);
2136 rules = ures_getStringByKey(collation, "Sequence", pLength, status);
2141 ures_close(collation);
2214 // [import <collation-name>]
2243 if (uloc_getKeywordValue(locale, "collation", type, (int32_t)sizeof(type), status) <= 0 ||