Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c3927 static const int BOL_prohibition_punct[] = in utf_allow_break_before() local
3975 int last = ARRAY_LENGTH(BOL_prohibition_punct) - 1; in utf_allow_break_before()
3982 if (cc == BOL_prohibition_punct[mid]) in utf_allow_break_before()
3984 else if (cc > BOL_prohibition_punct[mid]) in utf_allow_break_before()
3990 return cc != BOL_prohibition_punct[first]; in utf_allow_break_before()