wcslen            166 ext/com_dotnet/com_variant.c 				V_BSTR(v) = SysAllocStringByteLen((char*)olestring, (UINT)(wcslen(olestring) * sizeof(OLECHAR)));
wcslen             95 ext/zip/lib/zip_source_win32w.c     len = wcslen((const wchar_t *)ctx->fname) + 10;