Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCOL_STRENGTH

62   while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
87 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) {
164 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
1118 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status);
1198 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status);
1726 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1731 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);
1809 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &error);
1810 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_PRIMARY ||
1815 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error);
1816 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY ||
1821 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &error);
1822 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_TERTIARY ||
1827 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error);
1828 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY ||
1833 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_IDENTICAL, &error);
1834 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_IDENTICAL ||
1941 ucol_setAttribute(coll, UCOL_STRENGTH, strength, &status);