ReactOS 0.4.16-dev-570-g1868985
|
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 |
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 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 NB_APP_ASC2STR (sizeof(app_asc2str)/sizeof(*app_asc2str)) |
#define NB_APP_STR2STR (sizeof(app_str2str)/sizeof(*app_str2str)) |
#define NB_APP_UNI2STR (sizeof(app_uni2str)/sizeof(*app_uni2str)) |
#define NB_APP_USTR2STR (sizeof(app_ustr2str)/sizeof(*app_ustr2str)) |
#define NB_FIND_CH_IN_USTR (sizeof(find_ch_in_ustr)/sizeof(*find_ch_in_ustr)) |
#define truncate_expect | ( | buflen, | |
out_bytes, | |||
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 | |||
) |
Definition at line 105 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1681 of file rtlstr.c.
Referenced by test_RtlIntegerToChar().
Definition at line 1606 of file rtlstr.c.
Referenced by test_RtlIntegerToUnicodeString().
START_TEST | ( | rtlstr | ) |
Definition at line 2532 of file rtlstr.c.
Definition at line 858 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 928 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1085 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1011 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1448 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1862 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 504 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 659 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 412 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1195 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1901 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1965 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 171 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 199 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1698 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1672 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1727 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1927 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 782 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 1377 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 2084 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 582 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 608 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 518 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 540 of file rtlstr.c.
Referenced by START_TEST().
Definition at line 2386 of file rtlstr.c.
Referenced by START_TEST().
|
static |
Definition at line 2352 of file rtlstr.c.
|
static |
|
static |
Definition at line 844 of file rtlstr.c.
Referenced by test_RtlAppendAsciizToString().
|
static |
Definition at line 914 of file rtlstr.c.
Referenced by test_RtlAppendStringToString().
|
static |
Definition at line 992 of file rtlstr.c.
Referenced by test_RtlAppendUnicodeToString().
|
static |
Definition at line 1067 of file rtlstr.c.
Referenced by test_RtlAppendUnicodeStringToString().
const STRING *static UNICODE_STRING *static GUID *static UNICODE_STRING *static INT *static BOOLEAN |
|
static |
Definition at line 335 of file rtlstr.c.
Referenced by test_RtlDuplicateUnicodeString().
|
static |
Definition at line 1144 of file rtlstr.c.
Referenced by test_RtlFindCharInUnicodeString().
|
static |
Definition at line 1953 of file rtlstr.c.
Referenced by test_RtlHashUnicodeString().
|
static |
Definition at line 37 of file rtlstr.c.
Referenced by InitFunctionPtrs().
const STRING *static UNICODE_STRING *static GUID *static UNICODE_STRING *static INT |
Definition at line 1498 of file rtlstr.c.
Referenced by one_RtlIntegerToChar_test(), one_RtlIntegerToUnicodeString_test(), test_RtlIntegerToChar(), and test_RtlIntegerToUnicodeString().
UNICODE_STRING *static LONG |
Definition at line 59 of file rtlstr.c.
Referenced by RtlInitLargeAnsiString().
Definition at line 1260 of file rtlstr.c.
Referenced by test_RtlCharToInteger(), and test_RtlUnicodeStringToInteger().
Definition at line 1892 of file rtlstr.c.
Referenced by ATL::CComBSTR::CComBSTR(), do_enum(), FindProviderIndex(), InitProbeListPage(), CShellLink::SetAdvertiseInfo(), test_RtlGUIDFromString(), and test_RtlStringFromGUID().
Definition at line 1895 of file rtlstr.c.
Referenced by test_RtlGUIDFromString().
|
static |
Definition at line 2017 of file rtlstr.c.
Referenced by test_RtlUnicodeToUTF8N().
|
static |
Definition at line 760 of file rtlstr.c.
Referenced by test_RtlUnicodeStringToAnsiString().
|
static |
Definition at line 2266 of file rtlstr.c.
Referenced by test_RtlUTF8ToUnicodeN().