Lines Matching refs: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
953 * < : Primary collation
954 * << : Secondary collation
955 * <<< : Tertiary collation
956 * ; : Secondary collation
957 * , : Tertiary collation
1239 /* if it is, it's just a regular character in collation rules */
2132 UResourceBundle* collation;
2140 collation = ures_getByKey(collations, type, NULL, status);
2142 rules = ures_getStringByKey(collation, "Sequence", pLength, status);
2147 ures_close(collation);
2220 // [import <collation-name>]
2249 if (uloc_getKeywordValue(locale, "collation", type, (int32_t)sizeof(type), status) <= 0 ||