Lines Matching refs:CR
66 $CR = [:LineBreak = Carriage_Return:];
179 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
180 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
188 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
196 $LB4Breaks = [$BK $CR $LF $NL];
197 $LB4NonBreaks = [^$BK $CR $LF $NL];
198 $CR $LF {100};
220 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
246 $GLcm [$LB8NonBreaks-$SP] $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
305 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
420 [$BK $CR $LF $NL $ZW {eof}] |
438 [$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
446 $LF $CR;
599 $CM+ [^$CM $BK $CR $LF $NL $ZW $SP];