ReactOS 0.4.16-dev-306-g647d351
|
#include "wine/unicode.h"
Go to the source code of this file.
Functions | |
static WCHAR | to_unicode_digit (WCHAR ch) |
static WCHAR | to_unicode_native (WCHAR ch) |
static int | get_ligature_len (WCHAR wc) |
static const WCHAR * | get_ligature (WCHAR wc) |
int | wine_fold_string (int flags, const WCHAR *src, int srclen, WCHAR *dst, int dstlen) |
Variables | |
static const WCHAR | wine_ligatures [] |
static const WCHAR | wine_expanded_ligatures [][4] |
Definition at line 118 of file fold.c.
Referenced by FoldStringW().