Home
last modified time | relevance | path

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

/vim-8.2.3635/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()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro56 int utf_allow_break_before(int cc);