Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmbyte.pro56 int utf_allow_break_before(int cc);
/dports/editors/vim/vim-8.2.3745/src/
H A Dtextformat.c195 else if ((cc >= 0x100 || !utf_allow_break_before(cc)) && fo_multibyte) in internal_format()
256 (enc_utf8 && utf_allow_break_before(ncc)) || enc_dbcs; in internal_format()
H A Dmbyte.c3925 utf_allow_break_before(int cc) in utf_allow_break_before() function
4055 return utf_allow_break_after(cc) && utf_allow_break_before(ncc); in utf_allow_break()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c1684 bool utf_allow_break_before(int cc) in utf_allow_break_before() function
1807 return utf_allow_break_after(cc) && utf_allow_break_before(ncc); in utf_allow_break()
H A Dedit.c6068 } else if ((cc >= 0x100 || !utf_allow_break_before(cc)) in internal_format()
6124 const bool ncc_allow_break = utf_allow_break_before(ncc); in internal_format()