Home | History | Annotate | Download | only in genrb

Lines Matching defs:collation

667     struct SResource* collation;
779 collation = resLookup(collations, type);
780 if (collation != NULL) {
781 sequence = resLookup(collation, "Sequence");
913 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
917 /* do the collation elements */
981 error(startline, "Collation could not be built- U_FILE_ACCESS_ERROR. Make sure ICU's data has been built and is loading properly.");
1005 printf("Not building Collation binary\n");
1010 /* to omit collation rules */
1048 collation elements %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1104 /* first we assume that our collation table won't have the explicit type */
1109 collationRes = addCollation(state, collationRes, startline, status); /* need to parse the collation data regardless */
1796 U_STRING_DECL(k_type_plugin_collation, "process(collation)", 18);
1837 {"process(collation)", k_type_plugin_collation, NULL /* not implemented yet */},
1859 U_STRING_INIT(k_type_plugin_collation, "process(collation)", 18);