#include "wine/unicode.h"
Go to the source code of this file.
Functions |
| int | get_decomposition (WCHAR src, WCHAR *dst, unsigned int dstlen) |
| int | wine_get_sortkey (int flags, const WCHAR *src, int srclen, char *dst, int dstlen) |
| static int | compare_unicode_weights (int flags, const WCHAR *str1, int len1, const WCHAR *str2, int len2) |
| static int | compare_diacritic_weights (int flags, const WCHAR *str1, int len1, const WCHAR *str2, int len2) |
| static int | compare_case_weights (int flags, const WCHAR *str1, int len1, const WCHAR *str2, int len2) |
| static int | real_length (const WCHAR *str, int len) |
| int | wine_compare_string (int flags, const WCHAR *str1, int len1, const WCHAR *str2, int len2) |
Variables |
| const unsigned int | collation_table [] |