|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <string.h>#include "wine/unicode.h"
Go to the source code of this file.
|
inlinestatic |
Definition at line 241 of file wctomb.c.
Referenced by get_length_dbcs(), and wcstombs_dbcs_slow().
|
static |
Definition at line 249 of file wctomb.c.
Referenced by wine_cp_wcstombs().
|
static |
Definition at line 40 of file wctomb.c.
Referenced by wine_cp_wcstombs().
|
inlinestatic |
Definition at line 224 of file wctomb.c.
Referenced by get_length_dbcs(), and wcstombs_dbcs_slow().
|
inlinestatic |
Definition at line 31 of file wctomb.c.
Referenced by get_length_sbcs(), and wcstombs_sbcs_slow().
|
inlinestatic |
Definition at line 317 of file wctomb.c.
Referenced by wine_cp_wcstombs().
|
static |
Definition at line 341 of file wctomb.c.
Referenced by wine_cp_wcstombs().
|
inlinestatic |
Definition at line 92 of file wctomb.c.
Referenced by wine_cp_wcstombs().
|
static |
Definition at line 156 of file wctomb.c.
Referenced by wine_cp_wcstombs().
Definition at line 399 of file compose.c.
Referenced by get_length_dbcs(), get_length_sbcs(), wcstombs_dbcs_slow(), and wcstombs_sbcs_slow().
| int wine_cp_wcstombs | ( | const union cptable * | table, |
| int | flags, | ||
| const WCHAR * | src, | ||
| int | srclen, | ||
| char * | dst, | ||
| int | dstlen, | ||
| const char * | defchar, | ||
| int * | used | ||
| ) |
Definition at line 411 of file wctomb.c.
Referenced by WideCharToMultiByte().