Home
last modified time | relevance | path

Searched refs:EOL_prohibition_punct (Results 1 – 2 of 2) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c1755 static const int EOL_prohibition_punct[] = { in utf_allow_break_after() local
1780 int last = ARRAY_SIZE(EOL_prohibition_punct) - 1; in utf_allow_break_after()
1785 if (cc == EOL_prohibition_punct[mid]) { in utf_allow_break_after()
1787 } else if (cc > EOL_prohibition_punct[mid]) { in utf_allow_break_after()
1794 return cc != EOL_prohibition_punct[first]; in utf_allow_break_after()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmbyte.c3999 static const int EOL_prohibition_punct[] = in utf_allow_break_after() local
4025 int last = ARRAY_LENGTH(EOL_prohibition_punct) - 1; in utf_allow_break_after()
4032 if (cc == EOL_prohibition_punct[mid]) in utf_allow_break_after()
4034 else if (cc > EOL_prohibition_punct[mid]) in utf_allow_break_after()
4040 return cc != EOL_prohibition_punct[first]; in utf_allow_break_after()