Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tailored

1045 /* would, except that it cannot be tailored. A range (we currently only  */
1225 log_verbose("Reset is tailored codepoint %04X, don't know how to continue, taking next test\n", *(rulesCopy+oldOffset));
1418 UChar tailored[2048];
1427 u_uastrcpy(tailored, "ABCcd");
1428 tailoredLen = u_strlen(tailored);
1436 if(!ucol_isTailored(coll, tailored[i], &status)) {
1437 log_err("%i: %04X should be tailored - it is reported as not\n", i, tailored[i]);
1442 log_err("%i: %04X should not be tailored - it is reported as it is\n", i, notTailored[i]);
1454 log_err_status(status, "0x4E9C should be tailored - it is reported as not\n");
4716 log_err("NULL was not tailored properly!\n");
5519 TEST(TestVI5913); /* VI, RO tailored rules */