• Home
  • Raw
  • Download

Lines Matching refs:LB

12 #         TODO:  Rule LB 8 remains as it was in Unicode 5.2
33 # It is used in the implementation of rule LB 10
61 # See rule LB 19 for an example.
213 # Rule LB 4, 5 Mandatory (Hard) breaks.
220 # LB 6 Do not break before hard line breaks.
222 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
226 # LB 7 x SP
233 # LB 8 Break after zero width space
242 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
250 # LB 11 Do not break before or after WORD JOINER & related characters.
260 # LB 12 Do not break after NBSP and related characters.
267 # LB 12a Do not break before NBSP and related characters ...
276 # LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
300 # LB 14 Do not break after OP, even after spaces
307 # LB 15
310 # LB 16
313 # LB 17
317 # LB 18 Break after spaces.
323 # LB 19
334 # LB 20
340 # LB 20.09 added rule for Finnish tailoring
341 # LB 21 x (BA | HY | NS)
351 # LB 21a Don't break after Hebrew + Hyphen
356 # LB 21b (forward) Don't break between SY and HL
357 # (break between HL and SY already disallowed by LB 13 above)
360 # LB 22
369 # $LB 23
378 # LB 24
385 # LB 25 Numbers.
389 # LB 26 Do not break a Korean syllable
395 # LB 27 Treat korean Syllable Block the same as ID (don't break it)
401 # LB 28 Do not break between alphabetics
406 # LB 29
409 # LB 30
414 # LB 30a Do not break between regional indicators.
463 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
483 # LB 4, 5, 5
490 # LB 7 x SP
495 # LB 8 ZW SP* <break>
500 # LB 9,10 Combining marks.
507 # LB 11
514 # LB 12a
519 # LB 12
526 # LB 13
546 # LB 14 OP SP* x
550 $AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
558 # LB 15
561 # LB 16
564 # LB 17
567 # LB 18 break after spaces
572 # LB 19
582 # LB 20 Break before and after CB.
586 # LB 20.09 added rule for Finnish tailoring
589 # LB 21
601 # LB 22
608 # LB 23
613 # LB 24
619 # LB 25
622 # LB 26
627 # LB 27
632 # LB 28
636 # LB 29
639 # LB 30
643 # LB 30a
650 # LB 9
654 # LB 14
657 # LB 15
660 # LB 16
663 # LB 17
666 # LB 21
669 # LB 25