Searched refs:enc_to_utf16 (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_win32.c | 3024 p = enc_to_utf16(name, NULL); in fname_case() 3193 p = enc_to_utf16(name, NULL); in mch_setperm() 3271 p = enc_to_utf16(name, NULL); in mch_mkdir() 3289 p = enc_to_utf16(name, NULL); in mch_rmdir() 3321 wn = enc_to_utf16(name, NULL); in mch_is_symbolic_link() 3404 p = enc_to_utf16(name, NULL); in win32_getattrs() 3425 p = enc_to_utf16(name, NULL); in win32_setattrs() 3494 wn = enc_to_utf16(name, NULL); in mch_nodetype() 3547 wn = enc_to_utf16(fname, NULL); in mch_get_acl() 4635 wcmd = enc_to_utf16(buf, NULL); in mch_system_c() [all …]
|
| H A D | os_mswin.c | 289 WCHAR *wp = enc_to_utf16(title, NULL); in mch_settitle() 361 wname = enc_to_utf16(fname, NULL); in mch_FullName() 537 wp = enc_to_utf16(buf, NULL); in vim_stat() 702 p = enc_to_utf16((char_u *)path, NULL); in mch_chdir() 1026 wp = enc_to_utf16(s, NULL); in vimSetDlgItemText() 1552 wp = enc_to_utf16(psettings->jobname, NULL); in mch_print_begin() 1625 wp = enc_to_utf16(p, &wlen); in mch_print_text_out() 1638 wp = enc_to_utf16(p + len, &wlen); in mch_print_text_out() 1749 p = enc_to_utf16(fname, NULL); in resolve_reparse_point() 1829 WCHAR *p = enc_to_utf16(fname, NULL); in resolve_shortcut() [all …]
|
| H A D | winclip.c | 504 out = (WCHAR *)enc_to_utf16(str, &len); in clip_mch_set_selection() 616 enc_to_utf16(char_u *str, int *lenp) in enc_to_utf16() function 769 widestr = (WCHAR *)enc_to_utf16(str, &len); in enc_to_acp()
|
| H A D | sound.c | 363 wp = enc_to_utf16(tv_get_string(&argvars[0]), NULL); in f_sound_playevent() 398 wp = enc_to_utf16((char_u *)p, NULL); in f_sound_playfile()
|
| H A D | gui_w32.c | 2324 wstr = enc_to_utf16(str, &wlen); in GetTextWidthEnc() 2433 wn = enc_to_utf16(item_text, NULL); in add_tabline_popup_menu_entry() 2575 wstr = enc_to_utf16(NameBuff, NULL); in gui_mch_update_tabline() 3531 res = enc_to_utf16(tmp, &len); in convert_filterW() 3571 wp = enc_to_utf16(dflt, NULL); in gui_mch_browse() 3595 titlep = enc_to_utf16(title, NULL); in gui_mch_browse() 3599 extp = enc_to_utf16(ext, NULL); in gui_mch_browse() 3610 initdirp = enc_to_utf16(initdir, NULL); in gui_mch_browse() 5090 warg = enc_to_utf16(arg, NULL); in gui_mch_do_spawn() 6478 wn = enc_to_utf16(menu->name, NULL); in gui_mch_add_menu() [all …]
|
| H A D | filepath.c | 41 wfname = enc_to_utf16(*fnamep, NULL); in get_short_pathname() 368 WCHAR *wfname = enc_to_utf16(*fnamep, NULL); in modify_fname() 3464 wn = enc_to_utf16(buf, NULL); in dos_expandpath()
|
| H A D | time.c | 305 wp = enc_to_utf16(p, NULL); in f_strftime()
|
| H A D | message.c | 3090 WCHAR *w = enc_to_utf16((char_u *)str, &len); in mch_errmsg_c() 3197 WCHAR *w = enc_to_utf16((char_u *)str, &len); in mch_msg_c()
|
| H A D | terminal.c | 6620 cmd_wchar = enc_to_utf16(cmd, NULL); in conpty_term_and_job_init() 6634 cwd_wchar = enc_to_utf16(opt->jo_cwd, NULL); in conpty_term_and_job_init() 6968 cmd_wchar = enc_to_utf16(cmd, NULL); in winpty_term_and_job_init() 6973 cwd_wchar = enc_to_utf16(opt->jo_cwd, NULL); in winpty_term_and_job_init()
|
| H A D | misc1.c | 1670 wn = enc_to_utf16(name, NULL); in vim_getenv()
|
| H A D | fileio.c | 4805 wn = enc_to_utf16(buf, NULL); in readdir_core()
|
| /vim-8.2.3635/src/proto/ |
| H A D | winclip.pro | 11 short_u *enc_to_utf16(char_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
|