Home | History | Annotate | Download | only in genrb

Lines Matching full:collation

775       struct SResource *collation = resLookup(collations, collationType);
776 if (collation != NULL) {
777 struct SResource *sequence = resLookup(collation, "Sequence");
903 // all sub-elements of the collation table, including the Version.
905 /* to omit collation rules */
927 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
931 // Do not build collation binary data for for-import-only "private" collation rule strings.
934 printf("Not building %s~%s collation binary\n", state->filename, collationType);
941 printf("Not building %s~%s collation binary\n", state->filename, collationType);
1014 printf("%s~%s collation tailoring part sizes:\n", state->filename, collationType);
1017 printf("%s~%s collation reordering ranges:\n", state->filename, collationType);
1059 printf(" collation elements %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1115 /* first we assume that our collation table won't have the explicit type */
1125 // need to parse the collation data regardless
1722 U_STRING_DECL(k_type_plugin_collation, "process(collation)", 18);
1763 {"process(collation)", k_type_plugin_collation, NULL /* not implemented yet */},
1785 U_STRING_INIT(k_type_plugin_collation, "process(collation)", 18);