Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCOL_SECONDARY

72     if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
74 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
162 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
376 ucol_setStrength(col, UCOL_SECONDARY);
379 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
442 doAssert( (ucol_getStrength(col) != UCOL_SECONDARY), "collation object's strength is secondary difference");
606 ucol_setStrength(col, UCOL_SECONDARY);
1119 ucol_setStrength(col, UCOL_SECONDARY);
1749 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error);
1750 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY ||
1824 "UCOL_SECONDARY",