|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <stdlib.h>#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winternl.h"#include "winnls.h"#include "guiddef.h"#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | dupl_ustr_t |
| struct | ustr2astr_t |
| struct | app_asc2str_t |
| struct | app_str2str_t |
| struct | app_uni2str_t |
| struct | app_ustr2str_t |
| struct | find_ch_in_ustr_t |
| struct | str2int_t |
| struct | int2str_t |
| struct | hash_unicodestring_test |
| struct | unicode_to_utf8_test |
| struct | utf8_to_unicode_test |
Macros | |
| #define | INITGUID |
| #define | WIN32_NO_STATUS |
| #define | STRINGW {'S','o','m','e',' ','W','i','l','d',' ','S','t','r','i','n','g',0} |
| #define | TESTSTRING2_LEN 1000000 |
| #define | STRI_BUFFER_LENGTH 35 |
| #define | utf8_expect(out_string, buflen, out_bytes, in_string, in_bytes, expect_status) utf8_expect_(out_string, buflen, out_bytes, in_string, in_bytes, expect_status, __LINE__) |
| #define | length_expect(in_chars, out_bytes, expect_status) |
| #define | unicode_expect(out_string, buflen, out_chars, in_string, in_chars, expect_status) unicode_expect_(out_string, buflen, out_chars, in_string, in_chars, expect_status, __LINE__) |
| #define | length_expect(in_chars, out_chars, expect_status) |
| #define | truncate_expect(buflen, out_chars, expect_status) |
Variables | |
| static HMODULE | hntdll = 0 |
| static | PCANSI_STRING |
| static | BOOLEAN |
| static | LPCSTR |
| static const STRING *static const UNICODE_STRING *static | LPCWSTR |
| static | ULONG |
| static | SIZE_T |
| static | PCHAR |
| static UNICODE_STRING *static | LONG |
| static | int |
| static const STRING *static UNICODE_STRING *static GUID *static UNICODE_STRING *static | INT |
| static va_list | LPWSTR |
| static const dupl_ustr_t | dupl_ustr [] |
| static const ustr2astr_t | ustr2astr [] |
| static const app_asc2str_t | app_asc2str [] |
| static const app_str2str_t | app_str2str [] |
| static const app_uni2str_t | app_uni2str [] |
| static const app_ustr2str_t | app_ustr2str [] |
| static const find_ch_in_ustr_t | find_ch_in_ustr [] |
| static const str2int_t | str2int [] |
| static const int2str_t | int2str [] |
| static const WCHAR | szGuid [] |
| static const WCHAR | szGuid2 [] |
| static const struct hash_unicodestring_test | hash_test [] |
| static const struct unicode_to_utf8_test | unicode_to_utf8 [] |
| static const struct utf8_to_unicode_test | utf8_to_unicode [] |
| #define length_expect | ( | in_chars, | |
| out_bytes, | |||
| expect_status | |||
| ) |
| #define length_expect | ( | in_chars, | |
| out_chars, | |||
| expect_status | |||
| ) |
| #define truncate_expect | ( | buflen, | |
| out_chars, | |||
| expect_status | |||
| ) |
| #define unicode_expect | ( | out_string, | |
| buflen, | |||
| out_chars, | |||
| in_string, | |||
| in_chars, | |||
| expect_status | |||
| ) | unicode_expect_(out_string, buflen, out_chars, in_string, in_chars, expect_status, __LINE__) |
| #define utf8_expect | ( | out_string, | |
| buflen, | |||
| out_bytes, | |||
| in_string, | |||
| in_bytes, | |||
| expect_status | |||
| ) | utf8_expect_(out_string, buflen, out_bytes, in_string, in_bytes, expect_status, __LINE__) |
| DEFINE_GUID | ( | IID_Endianness | , |
| 0x01020304 | , | ||
| 0x0506 | , | ||
| 0x0708 | , | ||
| 0x09 | , | ||
| 0x0A | , | ||
| 0x0B | , | ||
| 0x0C | , | ||
| 0x0D | , | ||
| 0x0E | , | ||
| 0x0F | , | ||
| 0x0A | |||
| ) |
|
static |
Definition at line 109 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1717 of file rtlstr.c.
Referenced by test_RtlIntegerToChar().
Definition at line 1641 of file rtlstr.c.
Referenced by test_RtlIntegerToUnicodeString().
| START_TEST | ( | rtlstr | ) |
Definition at line 2948 of file rtlstr.c.
Definition at line 898 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 967 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1122 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1049 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1483 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1898 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 508 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 682 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 416 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1231 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 2689 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1937 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 2005 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 176 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 204 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1734 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1708 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1763 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1963 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 822 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1412 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 2124 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 586 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 612 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 522 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 544 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 2457 of file rtlstr.c.
Referenced by START_TEST().
|
static |
Definition at line 2653 of file rtlstr.c.
Referenced by test_RtlFormatMessage().
|
static |
Definition at line 2423 of file rtlstr.c.
|
static |
Definition at line 2090 of file rtlstr.c.
|
static |
Definition at line 885 of file rtlstr.c.
Referenced by test_RtlAppendAsciizToString().
|
static |
Definition at line 954 of file rtlstr.c.
Referenced by test_RtlAppendStringToString().
|
static |
Definition at line 1031 of file rtlstr.c.
Referenced by test_RtlAppendUnicodeToString().
|
static |
Definition at line 1105 of file rtlstr.c.
Referenced by test_RtlAppendUnicodeStringToString().
|
static |
Definition at line 340 of file rtlstr.c.
Referenced by test_RtlDuplicateUnicodeString().
|
static |
Definition at line 1181 of file rtlstr.c.
Referenced by test_RtlFindCharInUnicodeString().
|
static |
Definition at line 1989 of file rtlstr.c.
Referenced by test_RtlHashUnicodeString().
|
static |
Definition at line 40 of file rtlstr.c.
Referenced by InitFunctionPtrs().
| const STRING *static UNICODE_STRING *static GUID *static UNICODE_STRING *static INT |
Definition at line 1534 of file rtlstr.c.
Referenced by one_RtlIntegerToChar_test(), one_RtlIntegerToUnicodeString_test(), test_RtlIntegerToChar(), and test_RtlIntegerToUnicodeString().
| UNICODE_STRING *static LONG |
Definition at line 78 of file rtlstr.c.
Referenced by test_RtlGUIDFromString().
Definition at line 62 of file rtlstr.c.
Referenced by RtlInitLargeAnsiString().
Definition at line 1296 of file rtlstr.c.
Referenced by test_RtlCharToInteger(), and test_RtlUnicodeStringToInteger().
Definition at line 1928 of file rtlstr.c.
Referenced by ATL::CComBSTR::CComBSTR(), CreateTipText(), do_enum(), CCategoryMgr::FindClosestCategory(), FindProviderIndex(), InitProbeListPage(), CCategoryMgr::RegisterCategory(), CShellLink::SetAdvertiseInfo(), test_RtlGUIDFromString(), test_RtlStringFromGUID(), and CCategoryMgr::UnregisterCategory().
Definition at line 1931 of file rtlstr.c.
Referenced by test_RtlGUIDFromString().
|
static |
Definition at line 2057 of file rtlstr.c.
Referenced by test_RtlUnicodeToUTF8N().
|
static |
Definition at line 801 of file rtlstr.c.
Referenced by test_RtlUnicodeStringToAnsiString().
|
static |
Definition at line 2338 of file rtlstr.c.
Referenced by test_RtlUTF8ToUnicodeN().