Searched refs:special_string (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ntdll/ |
H A D | rtlstr.c | 2093 const WCHAR special_string[] = { 'X',0x80,0xd800,0 }; in test_RtlUnicodeToUTF8N() local 2157 special_string, in_chars * sizeof(WCHAR), \ in test_RtlUnicodeToUTF8N() 2170 special_string, sizeof(special_string), \ in test_RtlUnicodeToUTF8N() 2396 const char special_string[] = { 'X',0xc2,0x80,0xF0,0x90,0x80,0x80,0 }; in test_RtlUTF8ToUnicodeN() local 2449 unicode_expect_(NULL, 0, out_chars, special_string, in_chars, \ in test_RtlUTF8ToUnicodeN() 2466 special_string, sizeof(special_string), \ in test_RtlUTF8ToUnicodeN()
|