Home
last modified time | relevance | path

Searched refs:utfc_char2bytes (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro31 int utfc_char2bytes(int off, char_u *buf);
/vim-8.2.3635/src/
H A Dscreen.c1437 bytes[utfc_char2bytes(off, bytes)] = NUL; in screen_getbytes()
2208 buf[utfc_char2bytes(off, buf)] = NUL; in screen_char()
H A Dgui.c2175 return gui_outstr_nowrap(buf, utfc_char2bytes(off, buf), in gui_screenchar()
2228 outlen += utfc_char2bytes(i, buf + outlen); in gui_screenstr()
H A Dmbyte.c2024 utfc_char2bytes(int off, char_u *buf) in utfc_char2bytes() function