Lines Matching refs:LB
25 # It is used in the implementation of the incredibly annoying rule LB 10
53 # See rule LB 19 for an example.
194 # Rule LB 4, 5 Mandatory (Hard) breaks.
201 # LB 6 Do not break before hard line breaks.
203 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
207 # LB 7 x SP
214 # LB 8 Break after zero width space
220 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
228 # LB 11 Do not break before or after WORD JOINER & related characters.
238 # LB 12 Do not break before or after NBSP and related characters.
255 # LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
275 # LB 14 Do not break after OP, even after spaced
282 # LB 15
285 # LB 16
288 # LB 17
292 # LB 18 Break after spaces.
298 # LB 19
309 # LB 20
315 # LB 21 x (BA | HY | NS)
323 # LB 22
331 # $LB 23
338 # LB 24
346 # LB 25 Numbers.
350 # LB 26 Do not break a Korean syllable
356 # LB 27 Treat korean Syllable Block the same as ID (don't break it)
362 # LB 28 Do not break between alphabetics
367 # LB 29
422 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
442 # LB 4, 5, 5
449 # LB 7 x SP
454 # LB 8 Break after zero width space
457 # LB 9,10 Combining marks.
464 # LB 11
471 # LB 12
483 # LB 13
501 # LB 14 OP SP* x
505 $AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
513 # LB 15
516 # LB 16
519 # LB 17
522 # LB 18 break after spaces
527 # LB 19
537 # LB 20 Break before and after CB.
541 # LB 21
549 # LB 22
555 # LB 23
560 # LB 24
569 # LB 25
572 # LB 26
577 # LB 27
582 # LB 28
586 # LB 29
589 # LB 30
598 # LB 7
602 # LB 9
605 # LB 10
608 # LB 11
612 # LB 18