Searched refs:encodedIntStr (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | main.c | 397 static const WCHAR encodedIntStr[] = { '0','2',' ','0','1',' ','0','1',0 }; variable 475 ok(!lstrcmpW(str, encodedIntStr), "unexpected format string\n"); in test_format_object()
|