Home | History | Annotate | Download | only in rules

Lines Matching refs:Sep

22 $Sep       = [\p{Sentence_Break = Sep}];
60 # Rule 4 - Break after $Sep.
63 [^$Sep $CR $LF]? ($Extend | $Format)*;
73 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
80 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
104 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*;
110 # The $Sep at which we probably begin
111 # All of the non $Sep chars leading to the preceding $Sep
112 # The preceding $Sep, which will be the second one that the rule matches.
119 # (.? | $LF $CR) Match one $Sep instance. Use .? rather than $Sep because position might be