ReactOS 0.4.16-dev-340-g0540c21
|
#include <stdlib.h>
#include "wine/unicode.h"
Go to the source code of this file.
Macros | |
#define | ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) |
Functions | |
static int | cmp_codepage (const void *codepage, const void *entry) |
const union cptable * | wine_cp_get_table (unsigned int codepage) |
const union cptable * | wine_cp_enum_table (unsigned int index) |
Definition at line 185 of file cptable.c.
Referenced by wine_cp_get_table().
Definition at line 203 of file cptable.c.
Referenced by EnumSystemCodePagesA(), and EnumSystemCodePagesW().
Definition at line 192 of file cptable.c.
Referenced by get_codepage_table(), IsValidCodePage(), LOCALE_Init(), and SetCPGlobal().
Definition at line 105 of file cptable.c.
Referenced by wine_cp_enum_table(), and wine_cp_get_table().