Home
last modified time | relevance | path

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

/reactos/dll/nls/normaliz/
H A Dnormalize.c36 LPWSTR lpDstString, INT cwDstLength) in NormalizeString() argument
38 DPRINT1("%x %p %d %p %d\n", NormForm, lpSrcString, cwSrcLength, lpDstString, cwDstLength); in NormalizeString()
/reactos/sdk/include/psdk/
H A Dwinnls.h1120 _Out_writes_opt_(cwDstLength) LPWSTR lpDstString,
1121 _In_ int cwDstLength);
/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c5660 LPWSTR lpDstString, INT cwDstLength) in NormalizeString() argument
5662 FIXME("%x %p %d %p %d\n", NormForm, lpSrcString, cwSrcLength, lpDstString, cwDstLength); in NormalizeString()