Lines Matching refs:Extend
30 $Extend = [\p{Word_Break = Extend}];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
52 # Rules 4 Ignore Format and Extend characters,
55 $KatakanaEx = $Katakana ($Extend | $Format)*;
56 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
57 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
58 $MidLetterEx = $MidLetter ($Extend | $Format)*;
59 $MidNumEx = $MidNum ($Extend | $Format)*;
60 $NumericEx = $Numeric ($Extend | $Format)*;
61 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
65 $HiraganaEx = $Hiragana ($Extend | $Format)*;
66 $IdeographicEx = $Ideographic ($Extend | $Format)*;
77 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
82 [^$CR $LF $Newline]? ($Extend | $Format)+;
136 $BackALetterEx = ($Format | $Extend)* $ALetterPlus;
137 $BackMidNumLetEx = ($Format | $Extend)* $MidNumLet;
138 $BackNumericEx = ($Format | $Extend)* $Numeric;
139 $BackMidNumEx = ($Format | $Extend)* $MidNum;
140 $BackMidLetterEx = ($Format | $Extend)* $MidLetter;
141 $BackKatakanaEx = ($Format | $Extend)* $Katakana;
142 $BackExtendNumLetEx= ($Format | $Extend)* $ExtendNumLet;
148 ($Format | $Extend)* [^$CR $LF $Newline]?;
189 ($Extend | $Format)+ .?;
205 ($Extend | $Format)+ .?;