Searched refs:strcmp_ww (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ole32/ |
H A D | storage32.c | 56 static int strcmp_ww(LPCWSTR strw1, LPCWSTR strw2) in strcmp_ww() function 2462 if (strcmp_ww(statstg.pwcsName, strmNameW) == 0) in test_fmtusertypestg() 2488 if (strcmp_ww(statstg.pwcsName, strmNameW) == 0) in test_fmtusertypestg() 2658 ok(strcmp_ww(buf, strmA_name) == 0, in test_copyto() 2681 ok(strcmp_ww(buf, strmB_name) == 0, in test_copyto() 2699 ok(strcmp_ww(buf, strmC_name) == 0, in test_copyto() 2773 ok(strcmp_ww(buf, strmB_name) == 0, in test_copyto_snbexclusions() 2861 ok(strcmp_ww(buf, strmC_name) == 0, in test_copyto_iidexclusions_storage() 3039 ok(!strcmp_ww(stat.pwcsName, filename), "expected %s, got %s\n", in test_toplevel_stat() 3050 ok(!strcmp_ww(stat.pwcsName, filename), "expected %s, got %s\n", in test_toplevel_stat() [all …]
|