Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCOL_SECONDARY

73     if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
75 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
164 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
378 ucol_setStrength(col, UCOL_SECONDARY);
381 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
444 doAssert( (ucol_getStrength(col) != UCOL_SECONDARY), "collation object's strength is secondary difference");
608 ucol_setStrength(col, UCOL_SECONDARY);
1185 ucol_setStrength(col, UCOL_SECONDARY);
1815 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error);
1816 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY ||
1890 "UCOL_SECONDARY",