ReactOS 0.4.16-dev-433-g6363f78
|
Go to the source code of this file.
Classes | |
struct | traits_test |
Macros | |
#define | TEST_NAMEX(name) void test_##name##W() |
#define | CStringX CStringW |
#define | _X(x) L ## x |
#define | XCHAR WCHAR |
#define | YCHAR CHAR |
#define | dbgstrx(x) wine_dbgstr_w(x) |
#define | ok ok_("CStringW:\n" __FILE__, __LINE__) |
#define | GetWindowsDirectoryX GetWindowsDirectoryW |
#define | MAKEINTRESOURCEX(x) MAKEINTRESOURCEW(x) |
#define | MAKEINTRESOURCEY(x) MAKEINTRESOURCEA(x) |
#define | TEST_NAMEX(name) void test_##name##A() |
#define | CStringX CStringA |
#define | _X(x) x |
#define | XCHAR CHAR |
#define | YCHAR WCHAR |
#define | dbgstrx(x) (const char*)x |
#define | ok ok_("CStringA:\n" __FILE__, __LINE__) |
#define | GetWindowsDirectoryX GetWindowsDirectoryA |
#define | MAKEINTRESOURCEX(x) MAKEINTRESOURCEA(x) |
#define | MAKEINTRESOURCEY(x) MAKEINTRESOURCEW(x) |
Functions | |
static void | test_basetypes () |
START_TEST (CString) | |
Variables | |
traits_test | g_Tests [] |
Definition at line 149 of file CString.cpp.
Definition at line 148 of file CString.cpp.
Definition at line 148 of file CString.cpp.
#define dbgstrx | ( | x | ) | wine_dbgstr_w(x) |
Definition at line 152 of file CString.cpp.
#define GetWindowsDirectoryX GetWindowsDirectoryW |
Definition at line 154 of file CString.cpp.
#define GetWindowsDirectoryX GetWindowsDirectoryA |
Definition at line 154 of file CString.cpp.
#define MAKEINTRESOURCEX | ( | x | ) | MAKEINTRESOURCEW(x) |
Definition at line 155 of file CString.cpp.
#define MAKEINTRESOURCEX | ( | x | ) | MAKEINTRESOURCEA(x) |
Definition at line 155 of file CString.cpp.
#define MAKEINTRESOURCEY | ( | x | ) | MAKEINTRESOURCEA(x) |
Definition at line 156 of file CString.cpp.
#define MAKEINTRESOURCEY | ( | x | ) | MAKEINTRESOURCEW(x) |
Definition at line 156 of file CString.cpp.
Definition at line 153 of file CString.cpp.
Definition at line 153 of file CString.cpp.
Definition at line 150 of file CString.cpp.
Definition at line 150 of file CString.cpp.
Definition at line 151 of file CString.cpp.
Definition at line 151 of file CString.cpp.
START_TEST | ( | CString | ) |
Definition at line 160 of file CString.cpp.
|
static |
Definition at line 41 of file CString.cpp.
Referenced by START_TEST().
traits_test g_Tests[] |