Home | History | Annotate | Download | only in collationperf

Lines Matching refs:ucol_setAttribute

1459         ucol_setAttribute(gCol, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
1466 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_ON, &status);
1469 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_OFF, &status);
1472 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
1475 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
1478 ucol_setAttribute(gCol, UCOL_CASE_LEVEL, UCOL_ON, &status);
1481 ucol_setAttribute(gCol, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status);
1486 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_PRIMARY, &status);
1489 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_SECONDARY, &status);
1492 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_TERTIARY, &status);
1495 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1498 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_IDENTICAL, &status);