ReactOS 0.4.16-dev-555-g690643f
|
Go to the source code of this file.
Macros | |
#define | expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got) |
#define | expectf(expected, got) ok(got == expected, "Expected %.2f, got %.2f\n", expected, got) |
Functions | |
static void | test_constructor (void) |
static void | test_characterrange (void) |
static void | test_digitsubstitution (void) |
static void | test_getgenerictypographic (void) |
static void | test_tabstops (void) |
static void | test_getgenericdefault (void) |
static void | test_stringformatflags (void) |
START_TEST (stringformat) | |
Variables | |
static REAL | tabstops [] = {0.0, 10.0, 2.0} |
Definition at line 25 of file stringformat.c.
Definition at line 26 of file stringformat.c.
START_TEST | ( | stringformat | ) |
Definition at line 437 of file stringformat.c.
Definition at line 60 of file stringformat.c.
Referenced by START_TEST().
Definition at line 28 of file stringformat.c.
Referenced by START_TEST().
Definition at line 86 of file stringformat.c.
Referenced by START_TEST().
Definition at line 311 of file stringformat.c.
Referenced by START_TEST().
Definition at line 141 of file stringformat.c.
Referenced by START_TEST().
Definition at line 376 of file stringformat.c.
Referenced by START_TEST().
Definition at line 207 of file stringformat.c.
Referenced by START_TEST().
|
static |
Definition at line 206 of file stringformat.c.
Referenced by test_tabstops().