• Home
  • Raw
  • Download

Lines Matching refs:ucol_setAttribute

123     ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status);  in TestGetSetAttr()
134 ucol_setAttribute(coll, currAttr, attrs[i].val[j], &status); in TestGetSetAttr()
141 ucol_setAttribute(coll, currAttr, attrs[i].nonValue, &status); in TestGetSetAttr()
148 ucol_setAttribute(coll, currAttr, value, &status); in TestGetSetAttr()
160 ucol_setAttribute(coll, UCOL_ATTRIBUTE_COUNT, UCOL_DEFAULT, &status); in TestGetSetAttr()
793 ucol_setAttribute(someCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err); in TestSafeClone()
801 ucol_setAttribute(someClonedCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err); in TestSafeClone()
1111 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestSortKey()
1191 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKey()
1280 ucol_setAttribute(col, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestElemIter()
1722 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in TestSortKeyBufferOverrun()
1726 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status); in TestSortKeyBufferOverrun()
1730 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestSortKeyBufferOverrun()
1734 ucol_setAttribute(coll, UCOL_FRENCH_COLLATION, UCOL_ON, &status); in TestSortKeyBufferOverrun()
1735 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKeyBufferOverrun()
1736 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in TestSortKeyBufferOverrun()
1753 ucol_setAttribute(coll, UCOL_FRENCH_COLLATION, UCOL_OFF, &error); in TestAttribute()
1759 ucol_setAttribute(coll, UCOL_FRENCH_COLLATION, UCOL_ON, &error); in TestAttribute()
1765 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &error); in TestAttribute()
1771 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &error); in TestAttribute()
1777 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error); in TestAttribute()
1783 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error); in TestAttribute()
1789 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_ON, &error); in TestAttribute()
1795 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &error); in TestAttribute()
1801 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &error); in TestAttribute()
1807 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &error); in TestAttribute()
1813 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &error); in TestAttribute()
1819 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error); in TestAttribute()
1825 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &error); in TestAttribute()
1831 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error); in TestAttribute()
1837 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_IDENTICAL, &error); in TestAttribute()
1945 ucol_setAttribute(coll, UCOL_STRENGTH, strength, &status); in TestMergeSortKeys()