Searched refs:utf16_to_enc (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | winclip.c | 385 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 D | os_mswin.c | 364 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 D | misc1.c | 1682 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 D | os_win32.c | 1970 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 D | filepath.c | 66 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 D | gui_w32.c | 759 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 D | time.c | 310 rettv->vval.v_string = utf16_to_enc(result_buf, NULL); in f_strftime()
|
| H A D | fileio.c | 4579 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 D | terminal.c | 7079 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 D | evalfunc.c | 3291 entry = utf16_to_enc(p, NULL); in f_environ()
|
| /vim-8.2.3635/src/proto/ |
| H A D | winclip.pro | 12 char_u *utf16_to_enc(short_u *str, int *lenp);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 11669 Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of
|