Searched refs:BOL_prohibition_punct (Results 1 – 1 of 1) sorted by relevance
3927 static const int BOL_prohibition_punct[] = in utf_allow_break_before() local3975 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()