Lines Matching refs:SORT
118 //LCMAP_SORTsk 0x00000400 // WC sort sk (normalize)
863 #define SORT(data, func) \
868 SORT(ord_icu_data, icu_strcoll_len);
869 SORT(ord_icu_key, icu_cmpkey);
870 SORT(ord_posix_data, posix_strcoll_null);
871 SORT(ord_posix_key, posix_cmpkey);
873 SORT(ord_win_data, win_cmp_len);
874 SORT(ord_win_key, win_cmpkey);
875 SORT(ord_win_wcscmp, win_wcscmp);
877 SORT(ord_icu_strcmp, icu_strcmp);
878 SORT(ord_icu_cmpcpo, icu_cmpcpo);