|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <stdio.h>#include <stdlib.h>#include <locale.h>#include <errno.h>
Go to the source code of this file.
Macros | |
| #define | SETLOCALE(locale) |
| #define | OK(condition, fail_message, ...) |
Functions | |
| void | CRT_Tests () |
| void | Win32_Tests (LPBOOL bUsedDefaultChar) |
| int | main () |
Variables | |
| char | mbc |
| char | mbs [5] |
| int | ret |
| wchar_t | wc1 = 228 |
| wchar_t | wc2 = 1088 |
| wchar_t | wcs [5] = {'T', 'h', 1088, 'i', 0} |
| wchar_t | dbwcs [3] = {28953, 25152, 0} |
Definition at line 24 of file wcstombs-tests.c.
Definition at line 16 of file wcstombs-tests.c.
| void CRT_Tests | ( | ) |
Definition at line 38 of file wcstombs-tests.c.
Referenced by main().
Definition at line 357 of file wcstombs-tests.c.
Definition at line 194 of file wcstombs-tests.c.
Referenced by main().
| wchar_t dbwcs[3] = {28953, 25152, 0} |
Definition at line 35 of file wcstombs-tests.c.
Referenced by CRT_Tests(), test_string_conversion(), and Win32_Tests().
| char mbc |
Definition at line 29 of file wcstombs-tests.c.
Referenced by _fgetwc_nolock(), _fputwc_nolock_internal(), CRT_Tests(), Ext2MbsToUnicode(), Ext2UnicodeToMbs(), fputwc(), CMenuFocusManager::PopMenuBar(), CMenuFocusManager::PopMenuPopup(), test_string_conversion(), and Win32_Tests().
| char mbs[5] |
Definition at line 30 of file wcstombs-tests.c.
Referenced by AllocStringA(), CRT_Tests(), Ext2UnicodeToMbs(), fgetwc(), mbtowc(), test_mbstowcs(), test_string_conversion(), ungetwc(), and Win32_Tests().
| int ret |
Definition at line 31 of file wcstombs-tests.c.
Referenced by CRT_Tests(), and Win32_Tests().
| wchar_t wc1 = 228 |
Definition at line 32 of file wcstombs-tests.c.
Referenced by CRT_Tests(), test_string_conversion(), and Win32_Tests().
| wchar_t wc2 = 1088 |
Definition at line 33 of file wcstombs-tests.c.
Referenced by CRT_Tests(), test_string_conversion(), and Win32_Tests().
Definition at line 34 of file wcstombs-tests.c.
Referenced by _wcsrtombs_internal(), CRT_Tests(), RtlConvertSidToUnicodeString(), RtlQueryEnvironmentVariable_U(), RtlSetEnvironmentVariable(), test_mbstowcs(), test_string_conversion(), and Win32_Tests().