Go to the source code of this file.
◆ CP932
◆ MAX_BUFFER
◆ ENTRY
◆ START_TEST()
Definition at line 295 of file MultiByteToWideChar.c.
296{
299
300 vi.dwOSVersionInfoSize =
sizeof(
vi);
302 {
303 skip(
"Failed to get OS version!\n");
304 return;
305 }
306
308
309
312
314 {
316 }
317}
static const ENTRY Entries[]
static void TestEntry(const ENTRY *pEntry)
NTSTATUS NTAPI RtlGetVersion(IN OUT PRTL_OSVERSIONINFOW lpVersionInformation)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
struct msdos_volume_info vi
◆ TestEntry()
Definition at line 226 of file MultiByteToWideChar.c.
227{
231
232 if ((OsVersion < pEntry->VersionRange[0]) ||
234 {
235 skip(
"Skipping entry from line %u (Version range %lx-%lx, current %lx)\n",
240 return;
241 }
242
245
247 {
248
251 }
252 else
253 {
255 "Line %d: DestLen was shorter than (CheckLen - 1)\n",
pEntry->LineNo);
256
258 {
259
263 }
264 else
265 {
266
270 }
271 }
272
274
275
276 ok(
ret ==
pEntry->Return,
"Line %d: ret expected %d, got %d\n",
278
279
281 "Line %d: Wrong last error. Expected %lu, got %lu\n",
283
285 {
286
288 {
289 ok(
Buffer[
i] ==
pEntry->CheckDest[
i],
"Line %d: Buffer[%d] expected %d, got %d\n",
291 }
292 }
293}
#define MultiByteToWideChar
#define FillMemory(BUF, SIZ, MASK)
DWORD WINAPI GetLastError(void)
Referenced by DriverEntry(), DriverIoControl(), DrvEvaluateBifObject(), DrvEvaluateDsmObject(), DrvEvaluateGtmObject(), DrvEvaluatePclObject(), DrvEvaluatePrtObject(), DrvEvaluateStmObject(), FindTest(), ListTests(), START_TEST(), and Test_SingleInstruction().
◆ Entries
Definition at line 42 of file MultiByteToWideChar.c.
Referenced by BaseControlVideoImpl_GetVideoPaletteEntries(), BasicVideo_GetVideoPaletteEntries(), find_and_print_offset(), find_offset(), FindSymbolicLinkEntry(), Heap32ListFirst(), Heap32ListNext(), IntGetPaletteEntries(), IntGetSystemPaletteEntries(), IntSetPaletteEntries(), LsapAddAuthorityToDomainsList(), LsapAddDomainToDomainsList(), LsapLookupSids(), Module32FirstW(), Module32NextW(), NtUserCopyAcceleratorTable(), NtUserCreateAcceleratorTable(), Process32FirstW(), Process32NextW(), START_TEST(), test_Functions(), TestXListFunctional(), Thread32First(), Thread32Next(), VbeSetColorLookup(), VgaResetPalette(), and VgaRestoreDefaultPalette().
◆ OsVersion
◆ SJIS_Japanese
const char SJIS_Japanese[] = "\x93\xFA\x96\x7B\x8C\xEA" |
|
static |
◆ UTF8_Japanese
const char UTF8_Japanese[] = "\xE6\x97\xA5\xE6\x9C\xAC\xE8\xAA\x9E" |
|
static |