Lines Matching refs:LB
16 # TODO: Rule LB 8 remains as it was in Unicode 5.2
122 # Rule LB 4, 5 Mandatory (Hard) breaks.
129 # LB 6 Do not break before hard line breaks.
131 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
135 # LB 7 x SP
142 # LB 8 Break after zero width space
150 # LB 8a ZWJ x (ID | Extended_Pict | EmojiNRK) Emoji ZWJ sequences.
154 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
162 # LB 11 Do not break before or after WORD JOINER & related characters.
171 # LB 12 Do not break after NBSP and related characters.
177 # LB 12a Do not break before NBSP and related characters ...
186 # LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
210 # LB 14 Do not break after OP, even after spaces
217 # LB 15
220 # LB 16
223 # LB 17
227 # LB 18 Break after spaces.
233 # LB 19
242 # LB 20
248 # LB 21 x (BA | HY | NS)
257 # LB 21a Don't break after Hebrew + Hyphen
262 # LB 21b (forward) Don't break between SY and HL
263 # (break between HL and SY already disallowed by LB 13 above)
266 # LB 22
275 # $LB 23
281 # LB 23a
288 # LB 24
295 # LB 25 Numbers.
300 # LB 26 Do not break a Korean syllable
306 # LB 27 Treat korean Syllable Block the same as ID (don't break it)
312 # LB 28 Do not break between alphabetics
317 # LB 29
320 # LB 30
325 # LB 30a Do not break between regional indicators. Break after pairs of them.
334 # LB 30b Do not break between an Emoji Base and an Emoji Modifier
344 # LB 9 Combining Marks.
357 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
367 # LB 4, 5, 6
374 # LB 7 x SP
379 # LB 8 ZW SP* <break>
384 # LB 8a ZWJ x (ID | Extended_Pict | EmojiNRK)
389 # LB 9,10 Combining marks.
396 # LB 11
404 # LB 12a
409 # LB 12
416 # LB 13
430 # LB 14 OP SP* x
433 $AL_FOLLOW? $CM+ $SP+ $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP+ $CM* $OP
436 # LB 15
439 # LB 16
442 # LB 17
445 # LB 18 break after spaces
450 # LB 19
460 # LB 20 Break before and after CB.
464 # LB 21
476 # LB 22
483 # LB 23
491 # LB 24
496 # LB 25
499 # LB 26
504 # LB 27
509 # LB 28
513 # LB 29
516 # LB 30
520 # LB 30a
537 # LB 30b Do not break between an Emoji Base and an Emoji Modifier
545 # LB 9
549 # LB 14
552 # LB 15
555 # LB 16
558 # LB 17
561 # LB 21
564 # LB 25
568 # LB 30