Home | History | Annotate | Download | only in cintltst

Lines Matching refs:notTailored

1468     UChar notTailored[2048];
1479 u_uastrcpy(notTailored, "ZabD");
1480 notTailoredLen = u_strlen(notTailored);
1490 if(ucol_isTailored(coll, notTailored[i], &status)) {
1491 log_err("%i: %04X should not be tailored - it is reported as it is\n", i, notTailored[i]);