Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCOL_PRIMARY

51   int32_t strength = UCOL_PRIMARY;
66 if(strength > UCOL_PRIMARY) {
164 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
247 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
375 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
380 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
435 ucol_setStrength(col, UCOL_PRIMARY);
438 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
443 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
615 ucol_setStrength(col, UCOL_PRIMARY);
817 ucol_setStrength(someCollators[index], UCOL_PRIMARY);
1809 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &error);
1810 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_PRIMARY ||
1889 "UCOL_PRIMARY",
1938 strength = UCOL_PRIMARY;