Home
last modified time | relevance | path

Searched refs:helloWorldW (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Dtext.c749 static const WCHAR helloWorldW[] = {'H','e','l','l','o',' ','W','o','r','l','d',0}; in test_CharToOem_OemToChar() local
798 const WCHAR *src = tests[i].src ? helloWorldW : NULL; in test_CharToOem_OemToChar()
807 ret = CharToOemBuffW(src, dst, ARRAY_SIZE(helloWorldW)); in test_CharToOem_OemToChar()
814 const WCHAR *expected = tests[i].ret ? helloWorldW : emptyW; in test_CharToOem_OemToChar()