Lines Matching refs:UCOL_STRENGTH
109 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr()
1110 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestSortKey()
1190 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKey()
1729 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestSortKeyBufferOverrun()
1734 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKeyBufferOverrun()
1812 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &error); in TestAttribute()
1813 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_PRIMARY || in TestAttribute()
1818 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error); in TestAttribute()
1819 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY || in TestAttribute()
1824 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &error); in TestAttribute()
1825 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_TERTIARY || in TestAttribute()
1830 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error); in TestAttribute()
1831 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY || in TestAttribute()
1836 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_IDENTICAL, &error); in TestAttribute()
1837 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_IDENTICAL || in TestAttribute()
1944 ucol_setAttribute(coll, UCOL_STRENGTH, strength, &status); in TestMergeSortKeys()