Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shell32/
H A Dautocomplete.c578 static WCHAR str8[] = {'w','w','w','.','w','w','w','.','?',0}; in test_prefix_filtering() local
583 …static WCHAR *suggestions[] = { str0, str1, str2, str3, str4, str5, str6, str7, str8, str9, str10,… in test_prefix_filtering()
644 …ok(lstrcmpW(str8, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str8), wine_dbgstr_w(buffer… in test_prefix_filtering()