Lines Matching refs:collation
670 struct SResource* collation;
781 collation = resLookup(collations, type);
782 sequence = resLookup(collation, "Sequence");
896 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
901 /* do the collation elements */
963 error(startline, "Collation could not be built- U_FILE_ACCESS_ERROR. Make sure ICU's data has been built and is loading properly.");
967 warning(line, "%%Collation could not be constructed from CollationElements - check context!");
975 printf("Not building Collation binary\n");
980 /* to omit collation rules */
1024 printf(" collation elements %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1080 /* first we assume that our collation table won't have the explicit type */
1085 collationRes = addCollation(state, collationRes, startline, status); /* need to parse the collation data regardless */
1773 U_STRING_DECL(k_type_plugin_collation, "process(collation)", 18);
1814 {"process(collation)", k_type_plugin_collation, NULL /* not implemented yet */},
1837 U_STRING_INIT(k_type_plugin_collation, "process(collation)", 18);