Home
last modified time | relevance | path

Searched refs:utf_char2bytes (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dkword_test.c50 utf_char2bytes(c, p); in test_isword_funcs_utf8()
H A Dmbyte.c598 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 Djson.c145 numbuf[utf_char2bytes(c, numbuf)] = NUL; in write_string()
501 buf[utf_char2bytes((int)nr, buf)] = NUL; in json_decode_string()
H A Dwinclip.c126 l = utf_char2bytes(ch, outstr); in utf16_to_utf8()
H A Dclipboard.c1133 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 Dstrings.c406 utf_char2bytes(uc, p); in strup_save()
473 utf_char2bytes(lc, p); in strlow_save()
H A Dbufwrite.c159 p += utf_char2bytes(buf[wlen], p); in buf_write_bytes()
353 to += utf_char2bytes(u8c, to); in buf_write_bytes()
H A Ddigraph.c1949 i = utf_char2bytes(retval, buf); in getexactdigraph()
H A Dterminal.c1844 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 Dcharset.c471 (void)utf_char2bytes(lc, STR_PTR(i)); in str_foldcase()
H A Dscreen.c296 len = utf_char2bytes(symbol, &p[byte_counter]); in fill_foldcolumn()
316 len = utf_char2bytes(symbol, &p[byte_counter]); in fill_foldcolumn()
H A Dfileio.c1701 dst += utf_char2bytes(ucs2buf[i], dst); in readfile()
1953 (void)utf_char2bytes(u8c, dest); in readfile()
H A Dmenu.c2879 buf[utf_char2bytes(menu->mnemonic, buf)] = NUL; in menuitem_getinfo()
H A Dlist.c1684 char2bytes = utf_char2bytes; in f_list2str()
H A Dspell.c952 p += utf_char2bytes(flags[i], p); in can_compound()
H A Dgui_gtk_x11.c940 len = utf_char2bytes((int)uc, string); in keyval_to_string()
H A Devalfunc.c7310 buf[utf_char2bytes((int)tv_get_number(&argvars[0]), buf)] = NUL; in f_nr2char()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro38 int utf_char2bytes(int c, char_u *buf);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt20635 Solution: Use utf_char2bytes instead of mb_char2bytes. (Yasuhiro Matsumoto,