Home
last modified time | relevance | path

Searched refs:utf_ambiguous_width (Results 1 – 5 of 5) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmbyte.pro44 int utf_ambiguous_width(int c);
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dui.c624 if (utf_ambiguous_width(utf_ptr2char(chunk[i]))) { in remote_ui_raw_line()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c1205 bool utf_ambiguous_width(int c) in utf_ambiguous_width() function
/dports/editors/vim/vim-8.2.3745/src/
H A Dmbyte.c2906 utf_ambiguous_width(int c) in utf_ambiguous_width() function
H A Dscreen.c2187 if (utf_ambiguous_width(ScreenLinesUC[off])) in screen_char()