ReactOS 0.4.16-dev-334-g4d9f67c
|
#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 100 of file fold.c.
Referenced by wine_fold_string().
Definition at line 84 of file fold.c.
Referenced by wine_fold_string().
Definition at line 118 of file fold.c.
Definition at line 45 of file fold.c.
Referenced by get_ligature(), and get_ligature_len().
Definition at line 35 of file fold.c.
Referenced by get_ligature(), and get_ligature_len().