Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ntdll/
H A Drtlstr.c95 static WCHAR* AtoW( const char* p ) in AtoW() function
1386 wstr = AtoW(str2int[test_num].str); in test_RtlUnicodeStringToInteger()
1407 wstr = AtoW(str2int[1].str); in test_RtlUnicodeStringToInteger()
/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c526 static WCHAR* AtoW( const char* p ) in AtoW() function
771 mytextW = AtoW (mytext); in test_fgetwc()
1120 mytextW = AtoW (mytext); in test_file_put_get()