Home | History | Annotate | Download | only in collationperf

Lines Matching refs:ucol_setAttribute

1453         ucol_setAttribute(gCol, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
1460 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_ON, &status);
1463 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_OFF, &status);
1466 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
1469 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
1472 ucol_setAttribute(gCol, UCOL_CASE_LEVEL, UCOL_ON, &status);
1475 ucol_setAttribute(gCol, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status);
1480 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_PRIMARY, &status);
1483 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_SECONDARY, &status);
1486 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_TERTIARY, &status);
1489 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1492 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_IDENTICAL, &status);