Lines Matching refs:LB
12 # TODO: Rule LB 8 remains as it was in Unicode 5.2
37 # It is used in the implementation of rule LB 10
65 # See rule LB 19 for an example.
217 # Rule LB 4, 5 Mandatory (Hard) breaks.
224 # LB 6 Do not break before hard line breaks.
226 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
230 # LB 7 x SP
237 # LB 8 Break after zero width space
246 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
254 # LB 11 Do not break before or after WORD JOINER & related characters.
264 # LB 12 Do not break after NBSP and related characters.
271 # LB 12a Do not break before NBSP and related characters ...
280 # LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
304 # LB 14 Do not break after OP, even after spaces
311 # LB 15
314 # LB 16
319 # LB 17
323 # LB 18 Break after spaces.
329 # LB 19
340 # LB 20
346 # LB 21 x (BA | HY | NS)
355 # LB 21a Don't break after Hebrew + Hyphen
360 # LB 21b (forward) Don't break between SY and HL
361 # (break between HL and SY already disallowed by LB 13 above)
364 # LB 22
373 # $LB 23
382 # LB 24
389 # LB 25 Numbers.
393 # LB 26 Do not break a Korean syllable
399 # LB 27 Treat korean Syllable Block the same as ID (don't break it)
405 # LB 28 Do not break between alphabetics
410 # LB 29
413 # LB 30
418 # LB 30a Do not break between regional indicators.
467 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
487 # LB 4, 5, 5
494 # LB 7 x SP
499 # LB 8 ZW SP* <break>
504 # LB 9,10 Combining marks.
511 # LB 11
518 # LB 12a
523 # LB 12
530 # LB 13
550 # LB 14 OP SP* x
554 $AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
562 # LB 15
565 # LB 16
569 # LB 17
572 # LB 18 break after spaces
577 # LB 19
587 # LB 20 Break before and after CB.
591 # LB 21
604 # LB 22
611 # LB 23
616 # LB 24
622 # LB 25
625 # LB 26
630 # LB 27
635 # LB 28
639 # LB 29
642 # LB 30
646 # LB 30a
653 # LB 9
657 # LB 14
660 # LB 15
663 # LB 16
666 # LB 17
669 # LB 21
672 # LB 25