| /vim-8.2.3635/src/ |
| H A D | gui.h | 524 : string_convert(&output_conv, (String), NULL)) 534 : string_convert(&input_conv, (String), NULL))
|
| H A D | os_macosx.m | 131 str = string_convert(&input_conv, str, &len); 167 char_u *conv_str = string_convert(&output_conv, str, &len);
|
| H A D | os_mac_conv.c | 365 result = string_convert(&conv, utf8_str, (int *)&utf8_len); in mac_utf16_to_enc() 412 utf8_str = string_convert(&conv, from, (int *)&utf8_len); in mac_enc_to_utf16()
|
| H A D | time.c | 321 p = string_convert(&conv, p, NULL); in f_strftime() 332 rettv->vval.v_string = string_convert(&conv, result_buf, NULL); in f_strftime() 371 fmt = string_convert(&conv, fmt, NULL); in f_strptime()
|
| H A D | winclip.c | 648 str = allocbuf = string_convert(&conv, str, lenp); in enc_to_utf16() 718 enc_str = string_convert(&conv, utf8_str, lenp); in utf16_to_enc()
|
| H A D | gui_gtk_x11.c | 1277 tmpbuf = string_convert(&conv, text, &len); in selection_received_cb() 1294 tmpbuf = string_convert(&input_conv, tmpbuf_utf8, &len); in selection_received_cb() 1313 tmpbuf = string_convert(&conv, text, &len); in selection_received_cb() 1403 tmpbuf = string_convert(&conv, string, &length); in selection_get_cb() 1459 tmpbuf = string_convert(&output_conv, string, &length); in selection_get_cb() 2047 tmpbuf = string_convert(&input_conv, text, &len); in drag_handle_text() 4528 title = string_convert(&output_conv, title, NULL); in gui_mch_settitle() 4713 oldname = string_convert(&output_conv, oldval, NULL); in gui_mch_font_dialog() 4774 fontname = string_convert(&input_conv, p, NULL); in gui_mch_font_dialog() 5022 buf = string_convert(&output_conv, name, NULL); in gui_mch_get_font() [all …]
|
| H A D | digraph.c | 1818 to = string_convert(&vc, buf, &i); in get_digraph_for_char() 1955 to = string_convert(&vc, buf, &i); in getexactdigraph()
|
| H A D | json.c | 114 converted = res = string_convert(&conv, res, NULL); in write_string() 553 string_convert(&conv, ga.ga_data, NULL); in json_decode_string()
|
| H A D | clipboard.c | 1652 tmpbuf = string_convert(&conv, p, &convlen); in clip_x11_request_selection_cb() 1863 conv_buf = string_convert(&vc, buffer, &nbytes); in yank_cut_buffer0() 1959 conv_str = string_convert(&vc, str, &intlen); in x11_export_final_selection()
|
| H A D | mbyte.c | 692 p = string_convert(&vimconv, (char_u *)buf, NULL); in mb_init() 4171 tofree = string_convert(&vimconv, p, NULL); in utf_find_illegal() 4996 rettv->vval.v_string = string_convert(&vimconv, str, NULL); in f_iconv() 5197 string_convert( in string_convert() function
|
| H A D | gui_xim.c | 190 str = string_convert(&input_conv, str, &len); in im_add_to_input() 475 im_str = string_convert(&input_conv, (char_u *)str, &len); in im_commit_cb()
|
| H A D | gui_gtk.c | 1584 str = string_convert(&output_conv, str, NULL); in split_button_translation() 2167 *buffer = string_convert(&output_conv, (char_u *)message, NULL); in convert_localized_message() 2225 entry_text = string_convert(&output_conv, entry_text, NULL); in find_replace_dialog_create()
|
| H A D | ui.c | 46 tofree = string_convert(&output_conv, s, &len); in ui_write()
|
| H A D | scriptfile.c | 1395 p = string_convert(&cookie.conv, firstline + 3, NULL); in do_source() 1870 s = string_convert(&sp->conv, line, NULL); in getsourceline()
|
| H A D | clientserver.c | 164 res = string_convert(&vimconv, data, NULL); in serverConvert()
|
| H A D | help.c | 905 cp = string_convert(&vc, IObuff, in fix_help_buffer()
|
| H A D | gui_beval.c | 748 convbuf = string_convert(&output_conv, text, NULL); in set_printable_label_text()
|
| H A D | viminfo.c | 301 d = string_convert(&virp->vir_conv, retval, NULL); in viminfo_readstring() 1109 sconv = string_convert(&virp->vir_conv, s, NULL); in barline_parse()
|
| H A D | spellfile.c | 2277 pc = string_convert(&spin->si_conv, rline, NULL); in spell_read_aff() 3565 pc = string_convert(&spin->si_conv, line, NULL); in spell_read_dic() 4138 pc = string_convert(&spin->si_conv, rline, NULL); in spell_read_wordfile()
|
| H A D | hardcopy.c | 3352 tofree = p = string_convert(&prt_conv, p, &len); in mch_print_text_out()
|
| H A D | tag.c | 2036 conv_line = string_convert(&vimconv, lbuf, NULL); in find_tags()
|
| H A D | quickfix.c | 834 line = string_convert(&state->vc, state->linebuf, &state->linelen); in qf_get_next_file_line() 8056 line = string_convert(p_vc, IObuff, NULL); in hgr_search_file()
|
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 85 char_u *string_convert(vimconv_T *vcp, char_u *ptr, int *lenp);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 2306 string_convert() should be able to convert between utf-8 and utf-16le. Used
|
| H A D | version6.txt | 9230 Always use byte count for string_convert().
|