ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include <stdio.h>
#include <limits.h>
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
Go to the source code of this file.
Macros | |
#define | LONGBUFLEN 100000 |
Functions | |
static void | test_destination_buffer (void) |
static void | test_null_source (void) |
static void | test_negative_source_length (void) |
static void | test_negative_dest_length (void) |
static void | test_other_invalid_parameters (void) |
static void | test_overlapped_buffers (void) |
static void | test_string_conversion (LPBOOL bUsedDefaultChar) |
static void | test_utf7_encoding (void) |
static void | test_utf7_decoding (void) |
static void | test_undefined_byte_char (void) |
static void | test_threadcp (void) |
static void | test_dbcs_to_widechar (void) |
START_TEST (codepage) | |
Variables | |
static const char | foobarA [] = "foobar" |
static const WCHAR | foobarW [] = {'f','o','o','b','a','r',0} |
#define LONGBUFLEN 100000 |
Definition at line 144 of file codepage.c.
START_TEST | ( | codepage | ) |
Definition at line 1293 of file codepage.c.
Definition at line 1178 of file codepage.c.
Referenced by START_TEST().
Definition at line 34 of file codepage.c.
Referenced by START_TEST().
Definition at line 145 of file codepage.c.
Referenced by START_TEST().
Definition at line 116 of file codepage.c.
Referenced by START_TEST().
Definition at line 96 of file codepage.c.
Referenced by START_TEST().
Definition at line 203 of file codepage.c.
Referenced by START_TEST().
Definition at line 310 of file codepage.c.
Referenced by START_TEST().
Definition at line 325 of file codepage.c.
Referenced by START_TEST().
Definition at line 1037 of file codepage.c.
Referenced by START_TEST().
Definition at line 987 of file codepage.c.
Referenced by START_TEST().
Definition at line 715 of file codepage.c.
Referenced by START_TEST().
Definition at line 472 of file codepage.c.
Referenced by START_TEST().
Definition at line 31 of file codepage.c.
Referenced by test_negative_dest_length().
Definition at line 32 of file codepage.c.
Referenced by test_destination_buffer(), test_negative_dest_length(), test_negative_source_length(), and test_threadcp().