ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include <stdio.h>
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winuser.h"
Go to the source code of this file.
Macros | |
#define | DOUBLE(x) (WCHAR)((x<<8)|(x)) |
Functions | |
static void | do_initA (char *tmp, const char *pattern, int len) |
static void | do_initW (WCHAR *tmp, const char *pattern, int len) |
static void | test_add_atom (void) |
static void | test_get_atom_name (void) |
static void | test_error_handling (void) |
static void | test_local_add_atom (void) |
static void | test_local_get_atom_name (void) |
static void | test_local_error_handling (void) |
START_TEST (atom) | |
Variables | |
static const WCHAR | foobarW [] = {'f','o','o','b','a','r',0} |
static const WCHAR | FOOBARW [] = {'F','O','O','B','A','R',0} |
static const WCHAR | _foobarW [] = {'_','f','o','o','b','a','r',0} |
static const WCHAR | integfmt [] = {'#','%','d',0} |
static BOOL | unicode_OS |
Definition at line 37 of file atom.c.
Referenced by test_get_atom_name(), and test_local_get_atom_name().
START_TEST | ( | atom | ) |
Definition at line 587 of file atom.c.
Definition at line 63 of file atom.c.
Referenced by START_TEST().
Definition at line 301 of file atom.c.
Referenced by START_TEST().
Definition at line 135 of file atom.c.
Referenced by START_TEST().
Definition at line 321 of file atom.c.
Referenced by START_TEST().
Definition at line 567 of file atom.c.
Referenced by START_TEST().
Definition at line 393 of file atom.c.
Referenced by START_TEST().
Definition at line 34 of file atom.c.
Referenced by test_add_atom(), and test_local_add_atom().
Definition at line 32 of file atom.c.
Referenced by test_add_atom(), test_enum_value(), test_get_atom_name(), test_local_add_atom(), test_local_get_atom_name(), and test_registry().
Definition at line 33 of file atom.c.
Referenced by test_add_atom(), and test_local_add_atom().
Definition at line 35 of file atom.c.
Referenced by test_get_atom_name(), and test_local_get_atom_name().
|
static |
Definition at line 61 of file atom.c.
Referenced by test_add_atom(), test_error_handling(), test_get_atom_name(), test_local_add_atom(), test_local_error_handling(), and test_local_get_atom_name().