Lines Matching refs:as
7 # Implement default line breaking as defined by Unicode Standard Annex #14 version 5.0.0
22 # !!lookAheadHardBreak Described here because it is (as yet) undocumented elsewhere
27 # character as if it were of class AL (alphabetic).
31 # Consider a sequence like, with correct breaks as shown
97 # 5.0 or later as the definition of Complex_Context was corrected to include all
107 # as $AL (Alphabetic)
112 # Combining Marks. X $CM* behaves as if it were X. Rule LB6.
144 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff
176 # Note that $CM itself is left out of this set. If CM is needed as a base
184 # Needed in rules where stand-alone $CM s are treated as AL.
259 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL
263 $CM+ $EX; # by rule 10, stand-alone CM behaves as AL
267 $CM+ $IS; # by rule 10, stand-alone CM behaves as AL
271 $CM+ $SY; # by rule 10, stand-alone CM behaves as AL
280 $OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL
325 $CM+ $INcm; # by rule 10, any otherwise unattached CM behaves as AL
334 $CM+ $NUcm; # Rule 10, any otherwise unattached CM behaves as AL
356 # LB 27 Treat korean Syllable Block the same as ID (don't break it)
365 $CM+ $ALcm; # The $CM+ is from rule 10, and unattached CM is treated as AL
417 # The CM needs to behave as an AL
434 # The CM needs to behave as an AL
496 # OP SP+ ($CM+ behaving as $AL) (CL | EX | IS | IY)
497 # This really wants to chain at the $CM+ (which is acting as an $AL)