Home | History | Annotate | Download | only in Windows

Lines Matching full:wchar_t

154       (const BYTE * )value, (DWORD)((wcslen(value) + 1) * sizeof(wchar_t)));

330 CBuffer<wchar_t> buffer;
336 MyStringCopy((wchar_t *)buffer + pos, (const wchar_t *)s);
339 return SetValue(valueName, buffer, numChars * sizeof(wchar_t));
350 if (dataSize % sizeof(wchar_t) != 0)
352 const wchar_t *data = (const wchar_t *)(const Byte *)buffer;
353 int numChars = dataSize / sizeof(wchar_t);
357 wchar_t c = data[i];