Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dtextformat.c211 (enc_utf8 && utf_allow_break(cc, ncc)) in internal_format()
244 (enc_utf8 && utf_allow_break(cc, ncc)) in internal_format()
282 (enc_utf8 && utf_allow_break(cc, ncc)) in internal_format()
H A Dmbyte.c4047 utf_allow_break(int cc, int ncc) in utf_allow_break() function
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmbyte.pro57 int utf_allow_break(int cc, int ncc);
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c1798 bool utf_allow_break(int cc, int ncc) in utf_allow_break() function
H A Dedit.c6082 allow_break = utf_allow_break(cc, ncc); in internal_format()
6116 allow_break = utf_allow_break(cc, ncc); in internal_format()
6148 allow_break = utf_allow_break(cc, ncc); in internal_format()