Home
last modified time | relevance | path

Searched refs:utf_byte2len (Results 1 – 8 of 8) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmbyte.pro33 int utf_byte2len(int b);
/dports/editors/vim/vim-8.2.3745/src/
H A Djson.c424 if (*p == NUL || p[1] == NUL || utf_ptr2len(p) < utf_byte2len(*p)) in json_decode_string()
H A Dgui_xim.c704 for (p = str, i = 0; *p != NUL; p += utf_byte2len(*p), ++i) in im_preedit_changed_cb()
H A Dmbyte.c2066 utf_byte2len(int b) in utf_byte2len() function
H A Dgui_gtk_x11.c5225 for (p = s; p < s + len; p += utf_byte2len(*p)) in apply_wide_font_attr()
5275 for (p = s + start; p < s + end; p += utf_byte2len(*p)) in count_cluster_cells()
H A Dfileio.c1793 if (tail + utf_byte2len(*tail) <= ptr + size) in readfile()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c851 int utf_byte2len(int b) in utf_byte2len() function
H A Dfileio.c1246 if (tail + utf_byte2len(*tail) <= ptr + size) { in readfile()