Home | History | Annotate | Download | only in cintltst

Lines Matching full:secondary

353     doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
425 doAssert( (ucol_getStrength(col) != UCOL_SECONDARY), "collation object's strength is secondary difference");
585 log_verbose("Use secondary comparison level testing ....\n");
1174 log_verbose("Use secondary comparision level testing ...\n");
1349 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders should be identical");
1376 * doesn't care about it. Essentialy, this test complains if secondary values for 'I' and '_'
1379 * what is the relation between secondary or any other strengths.
1383 doAssert( ((order1 & UCOL_SECONDARYMASK) != (order3 & UCOL_SECONDARYMASK)), "The secondary orders should be different");