Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c385 to_free = str = utf16_to_enc((short_u *)hMemWstr, &str_size); in clip_mch_request_selection()
678 utf16_to_enc(short_u *str, int *lenp) in utf16_to_enc() function
748 *out = utf16_to_enc((short_u *)widestr, outlen); in acp_to_enc()
H A Dos_mswin.c364 cname = utf16_to_enc((short_u *)wbuf, NULL); in mch_FullName()
1445 char_u *printer_name = utf16_to_enc(wprinter_name, NULL); in mch_print_init()
1446 char_u *port_name = utf16_to_enc(wport_name, NULL); in mch_print_init()
1785 rfname = utf16_to_enc(wp, NULL); in resolve_reparse_point()
1853 rfname = utf16_to_enc(wsz, NULL); in resolve_shortcut()
2969 char_u *s = utf16_to_enc(p, NULL); in get_logfont()
2989 char_u *s = utf16_to_enc(p, NULL); in get_logfont()
H A Dmisc1.c1682 p = utf16_to_enc(wp, NULL); in vim_getenv()
1734 char_u *q = utf16_to_enc(wp, NULL); in vim_getenv()
2047 add_user(utf16_to_enc(uinfo[i].usri0_name, NULL), FALSE); in init_users()
H A Dos_win32.c1970 p = utf16_to_enc(ch, &n); in mch_inchar()
3030 char_u *q = utf16_to_enc(buf, NULL); in fname_case()
3056 char_u *p = utf16_to_enc(wszUserName, NULL); in mch_get_user_name()
3083 char_u *p = utf16_to_enc(wszHostName, NULL); in mch_get_host_name()
3146 p = utf16_to_enc(wcbuf, NULL); in mch_dirname()
3155 p = utf16_to_enc(wbuf, NULL); in mch_dirname()
7723 str = utf16_to_enc(ArglistW[idx], NULL); in fix_arg_enc()
H A Dfilepath.c66 char_u *p = utf16_to_enc(newbuf, NULL); in get_short_pathname()
375 char_u *p = utf16_to_enc(buf, NULL); in modify_fname()
3471 p = utf16_to_enc(wfb.cFileName, NULL); // p is allocated here in dos_expandpath()
3482 p_alt = utf16_to_enc(wfb.cAlternateFileName, NULL); in dos_expandpath()
H A Dgui_w32.c759 ws = utf16_to_enc(wstring, &len); in char_to_string()
1146 p = utf16_to_enc(s_findrep_struct.lpstrFindWhat, NULL); in _OnFindRepl()
1147 q = utf16_to_enc(s_findrep_struct.lpstrReplaceWith, NULL); in _OnFindRepl()
3195 font_name = (char *)utf16_to_enc(lf.lfFaceName, NULL); in logfont2name()
3650 p = utf16_to_enc(fileBuf, NULL); in gui_mch_browse()
3736 fnames[i] = utf16_to_enc(wszFile, NULL); in _OnDropFiles()
5800 convbuf = utf16_to_enc(buf, lenp); in GetResultStr()
6810 p = utf16_to_enc(wp, NULL); in dialog_callback()
H A Dtime.c310 rettv->vval.v_string = utf16_to_enc(result_buf, NULL); in f_strftime()
H A Dfileio.c4579 p = utf16_to_enc(wfd->cFileName, NULL); in create_readdirex_item()
4836 item = (void*)utf16_to_enc(wfd.cFileName, NULL); in readdir_core()
5264 retval = utf16_to_enc(itmp, NULL); in vim_tempname()
H A Dterminal.c7079 job->jv_tty_in = utf16_to_enc( in winpty_term_and_job_init()
7081 job->jv_tty_out = utf16_to_enc( in winpty_term_and_job_init()
7127 char *msg = (char *)utf16_to_enc( in winpty_term_and_job_init()
H A Devalfunc.c3291 entry = utf16_to_enc(p, NULL); in f_environ()
/vim-8.2.3635/src/proto/
H A Dwinclip.pro12 char_u *utf16_to_enc(short_u *str, int *lenp);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt11669 Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of