Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCOL_QUATERNARY

115     {UCOL_STRENGTH,         {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
1720 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1821 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error);
1822 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY ||
1886 "UCOL_QUATERNARY",
1934 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1943 log_err("Error while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1949 log_err("Error while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1956 if(strength == UCOL_QUATERNARY) {