Home
last modified time | relevance | path

Searched refs:string_convert (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/
H A Dgui.h524 : string_convert(&output_conv, (String), NULL))
534 : string_convert(&input_conv, (String), NULL))
H A Dos_macosx.m131 str = string_convert(&input_conv, str, &len);
167 char_u *conv_str = string_convert(&output_conv, str, &len);
H A Dos_mac_conv.c365 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 Dtime.c321 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 Dwinclip.c648 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 Dgui_gtk_x11.c1277 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 Ddigraph.c1818 to = string_convert(&vc, buf, &i); in get_digraph_for_char()
1955 to = string_convert(&vc, buf, &i); in getexactdigraph()
H A Djson.c114 converted = res = string_convert(&conv, res, NULL); in write_string()
553 string_convert(&conv, ga.ga_data, NULL); in json_decode_string()
H A Dclipboard.c1652 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 Dmbyte.c692 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 Dgui_xim.c190 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 Dgui_gtk.c1584 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 Dui.c46 tofree = string_convert(&output_conv, s, &len); in ui_write()
H A Dscriptfile.c1395 p = string_convert(&cookie.conv, firstline + 3, NULL); in do_source()
1870 s = string_convert(&sp->conv, line, NULL); in getsourceline()
H A Dclientserver.c164 res = string_convert(&vimconv, data, NULL); in serverConvert()
H A Dhelp.c905 cp = string_convert(&vc, IObuff, in fix_help_buffer()
H A Dgui_beval.c748 convbuf = string_convert(&output_conv, text, NULL); in set_printable_label_text()
H A Dviminfo.c301 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 Dspellfile.c2277 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 Dhardcopy.c3352 tofree = p = string_convert(&prt_conv, p, &len); in mch_print_text_out()
H A Dtag.c2036 conv_line = string_convert(&vimconv, lbuf, NULL); in find_tags()
H A Dquickfix.c834 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 Dmbyte.pro85 char_u *string_convert(vimconv_T *vcp, char_u *ptr, int *lenp);
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt2306 string_convert() should be able to convert between utf-8 and utf-16le. Used
H A Dversion6.txt9230 Always use byte count for string_convert().

12