Home | History | Annotate | Download | only in brkitr

Lines Matching full:combining

29 #           which says to treat any combining mark that is not attached to a base
117 # Combining Marks. X $CM* behaves as if it were X. Rule LB6.
152 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff
183 # CAN_CM is the set of characters that may combine with CM combining chars.
184 # Note that Linebreak UAX 14's concept of a combining char and the rules
234 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
238 $CAN_CM $CM+; # Stick together any combining sequences that don't match other rules.
322 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
483 # LB 9,10 Combining marks.
486 # Stick together any combining sequences that don't match other rules.