Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCOL_PRIMARY

50   int32_t strength = UCOL_PRIMARY;
65 if(strength > UCOL_PRIMARY) {
162 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
245 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
373 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
378 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
433 ucol_setStrength(col, UCOL_PRIMARY);
436 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
441 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
613 ucol_setStrength(col, UCOL_PRIMARY);
815 ucol_setStrength(someCollators[index], UCOL_PRIMARY);
1743 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &error);
1744 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_PRIMARY ||
1823 "UCOL_PRIMARY",
1872 strength = UCOL_PRIMARY;