Searched refs:utf_char2bytes (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | kword_test.c | 50 utf_char2bytes(c, p); in test_isword_funcs_utf8()
|
| H A D | mbyte.c | 598 mb_char2bytes = utf_char2bytes; in mb_init() 2029 len = utf_char2bytes(ScreenLinesUC[off], buf); in utfc_char2bytes() 2034 len += utf_char2bytes(ScreenLinesC[i][off], buf + len); in utfc_char2bytes() 2229 utf_char2bytes(int c, char_u *buf) in utf_char2bytes() function 3657 n1 = utf_char2bytes(utf_fold(c1), buffer); in utf_strnicmp() 3662 n2 = utf_char2bytes(utf_fold(c2), buffer); in utf_strnicmp() 5273 d += utf_char2bytes(c, d); in string_convert_ext()
|
| H A D | json.c | 145 numbuf[utf_char2bytes(c, numbuf)] = NUL; in write_string() 501 buf[utf_char2bytes((int)nr, buf)] = NUL; in json_decode_string()
|
| H A D | winclip.c | 126 l = utf_char2bytes(ch, outstr); in utf16_to_utf8()
|
| H A D | clipboard.c | 1133 bufp += utf_char2bytes(ScreenLinesUC[off + i], bufp); in clip_copy_modeless_selection() 1139 bufp += utf_char2bytes(ScreenLinesC[ci][off + i], in clip_copy_modeless_selection()
|
| H A D | strings.c | 406 utf_char2bytes(uc, p); in strup_save() 473 utf_char2bytes(lc, p); in strlow_save()
|
| H A D | bufwrite.c | 159 p += utf_char2bytes(buf[wlen], p); in buf_write_bytes() 353 to += utf_char2bytes(u8c, to); in buf_write_bytes()
|
| H A D | digraph.c | 1949 i = utf_char2bytes(retval, buf); in getexactdigraph()
|
| H A D | terminal.c | 1844 ga.ga_len += utf_char2bytes(' ', in update_snapshot() 1864 ga.ga_len += utf_char2bytes(c == NUL ? ' ' : c, in update_snapshot() 3253 ga.ga_len += utf_char2bytes(c == NUL ? ' ' : c, in handle_pushline() 4895 len = utf_char2bytes(cell.chars[i], charbuf); in f_term_dumpwrite() 6135 off += (*utf_char2bytes)((int)cell.chars[i], mbs + off); in f_term_scrape()
|
| H A D | charset.c | 471 (void)utf_char2bytes(lc, STR_PTR(i)); in str_foldcase()
|
| H A D | screen.c | 296 len = utf_char2bytes(symbol, &p[byte_counter]); in fill_foldcolumn() 316 len = utf_char2bytes(symbol, &p[byte_counter]); in fill_foldcolumn()
|
| H A D | fileio.c | 1701 dst += utf_char2bytes(ucs2buf[i], dst); in readfile() 1953 (void)utf_char2bytes(u8c, dest); in readfile()
|
| H A D | menu.c | 2879 buf[utf_char2bytes(menu->mnemonic, buf)] = NUL; in menuitem_getinfo()
|
| H A D | list.c | 1684 char2bytes = utf_char2bytes; in f_list2str()
|
| H A D | spell.c | 952 p += utf_char2bytes(flags[i], p); in can_compound()
|
| H A D | gui_gtk_x11.c | 940 len = utf_char2bytes((int)uc, string); in keyval_to_string()
|
| H A D | evalfunc.c | 7310 buf[utf_char2bytes((int)tv_get_number(&argvars[0]), buf)] = NUL; in f_nr2char()
|
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 38 int utf_char2bytes(int c, char_u *buf);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 20635 Solution: Use utf_char2bytes instead of mb_char2bytes. (Yasuhiro Matsumoto,
|