Lines Matching refs:WCHAR
151 *out = ALLOC_MULT(WCHAR, *outlen + 1); in MultiByteToWideChar_alloc()
367 WCHAR *hMemWstr = (WCHAR *)GlobalLock(hMemW); in clip_mch_request_selection()
371 maxlen = (int)(GlobalSize(hMemW) / sizeof(WCHAR)); in clip_mch_request_selection()
499 WCHAR *out; in clip_mch_set_selection()
504 out = (WCHAR *)enc_to_utf16(str, &len); in clip_mch_set_selection()
507 WCHAR *lpszMemW; in clip_mch_set_selection()
526 (len + 1) * sizeof(WCHAR)); in clip_mch_set_selection()
527 lpszMemW = (WCHAR *)GlobalLock(hMemW); in clip_mch_set_selection()
530 memcpy(lpszMemW, out, len * sizeof(WCHAR)); in clip_mch_set_selection()
619 WCHAR *ret; in enc_to_utf16()
655 ret = ALLOC_MULT(WCHAR, length + 1); in enc_to_utf16()
769 widestr = (WCHAR *)enc_to_utf16(str, &len); in enc_to_acp()