Lines Matching refs:UCOL_SECONDARY
115 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
359 ucol_setStrength(col, UCOL_SECONDARY);
362 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
425 doAssert( (ucol_getStrength(col) != UCOL_SECONDARY), "collation object's strength is secondary difference");
589 ucol_setStrength(col, UCOL_SECONDARY);
1179 ucol_setStrength(col, UCOL_SECONDARY);
1809 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error);
1810 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY ||
1884 "UCOL_SECONDARY",