Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shlwapi/
H A Durl.c1428 static WCHAR another_inplaceW[] ={'f','i','l','e',':','/','/','/', in test_UrlUnescape() local
1488 res = pUrlUnescapeW(another_inplaceW, NULL, NULL, URL_UNESCAPE_INPLACE); in test_UrlUnescape()
1491 ok(lstrlenW(another_inplaceW) == 24, "got %d expected 24\n", lstrlenW(another_inplaceW)); in test_UrlUnescape()