Home | History | Annotate | Download | only in cintltst

Lines Matching refs:strength

109     {UCOL_STRENGTH,         {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
350 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
351 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
355 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
356 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
357 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
420 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
421 strength is not primary difference");
425 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference");
426 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
427 doAssert( (ucol_getStrength(col) != UCOL_SECONDARY), "collation object's strength is secondary difference");
1109 /* Need to use identical strength */
1815 log_err_status(error, "Setting and retrieving of the collation strength failed\n");
1821 log_err_status(error, "Setting and retrieving of the collation strength failed\n");
1827 log_err_status(error, "Setting and retrieving of the collation strength failed\n");
1833 log_err_status(error, "Setting and retrieving of the collation strength failed\n");
1839 log_err_status(error, "Setting and retrieving of the collation strength failed\n");
1922 UColAttributeValue strength;
1941 strength = UCOL_PRIMARY;
1942 while(strength <= UCOL_IDENTICAL) {
1943 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1944 ucol_setAttribute(coll, UCOL_STRENGTH, strength, &status);
1952 log_err("Error while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1958 log_err("Error while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1965 if(strength == UCOL_QUATERNARY) {
1966 strength = UCOL_IDENTICAL;
1968 strength++;