Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCOL_PRIMARY

107     {UCOL_STRENGTH,         {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
226 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
349 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
354 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
416 ucol_setStrength(col, UCOL_PRIMARY);
419 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
424 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
591 ucol_setStrength(col, UCOL_PRIMARY);
789 ucol_setStrength(someCollators[idx], UCOL_PRIMARY);
1810 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &error);
1811 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_PRIMARY ||
1890 "UCOL_PRIMARY",
1939 strength = UCOL_PRIMARY;