|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <errno.h>#include <stdarg.h>#include <stdlib.h>#include <wchar.h>#include <stdio.h>#include <locale.h>#include <mbctype.h>#include <mbstring.h>#include <windef.h>#include <winbase.h>#include "wine/test.h"#include <math.h>
Go to the source code of this file.
Macros | |
| #define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE, called_ ## func = FALSE |
| #define | SET_EXPECT(func) expect_ ## func = TRUE |
| #define | CHECK_EXPECT2(func) |
| #define | CHECK_EXPECT(func) |
| #define | CHECK_CALLED(func) |
| #define | test_strtod_str_errno(string, value, length, err) _test_strtod_str(__LINE__, string, value, length, err) |
| #define | test_strtod_str(string, value, length) _test_strtod_str(__LINE__, string, value, length, 0) |
| #define | expect_bin(buf, value, len) |
Functions | |
| DEFINE_EXPECT (invalid_parameter_handler) | |
| static void __cdecl | test_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned line, uintptr_t arg) |
| _ACRTIMP int __cdecl | _o_tolower (int) |
| _ACRTIMP int __cdecl | _o_toupper (int) |
| static BOOL | local_isnan (double d) |
| static void | _test_strtod_str (int line, const char *string, double value, int length, int err) |
| static void | test_strtod (void) |
| static void | test_strtof (void) |
| static void | test__memicmp (void) |
| static void | test__memicmp_l (void) |
| static void | test___strncnt (void) |
| static void | test_C_locale (void) |
| static void | test_mbsspn (void) |
| static void | test_wcstok (void) |
| static void | test__strnicmp (void) |
| static void | test_wcsnicmp (void) |
| static void | test_SpecialCasing (void) |
| static void | test__mbbtype_l (void) |
| static void | test_strcmp (void) |
| static void | test__mbsncpy_s (void) |
| static void | test_mbstowcs (void) |
| START_TEST (string) | |
Referenced by test_C_locale().
Referenced by test_C_locale().
|
static |
| DEFINE_EXPECT | ( | invalid_parameter_handler | ) |
| START_TEST | ( | string | ) |
Definition at line 840 of file string.c.
Definition at line 266 of file string.c.
Definition at line 658 of file string.c.
Referenced by START_TEST().
Definition at line 477 of file string.c.
Referenced by START_TEST().
Definition at line 297 of file string.c.
|
static |
Definition at line 398 of file string.c.
Definition at line 526 of file string.c.
Definition at line 99 of file string.c.
Referenced by START_TEST().
Definition at line 155 of file string.c.
Referenced by START_TEST().
Definition at line 512 of file string.c.
Referenced by START_TEST().
Definition at line 432 of file string.c.
Referenced by START_TEST().