| 3921 | return dirfirst_check (a, b, xstrcoll_version); |
| 3922 | } |
| 3923 | static int |
| 3924 | rev_xstrcoll_df_version (V a, V b) |
| 3925 | { |
| 3926 | return dirfirst_check (a, b, rev_xstrcoll_version); |
| 3927 | } |
| 3928 | |
| 3929 | |
| 3930 | /* We have 2^3 different variants for each sort-key function |
nothing calls this directly
no test coverage detected