Home | History | Annotate | Download | only in brkitr

Lines Matching refs:Extend

30 $Extend       = [\p{Word_Break = Extend}];
57 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]];
61 # Rules 4 Ignore Format and Extend characters,
65 $KatakanaEx = $Katakana ($Extend | $Format)*;
66 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
67 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
68 $MidLetterEx = $MidLetter ($Extend | $Format)*;
69 $MidNumEx = $MidNum ($Extend | $Format)*;
70 $NumericEx = $Numeric ($Extend | $Format)*;
71 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
72 $Regional_IndicatorEx = $Regional_Indicator ($Extend | $Format)*;
75 $HiraganaEx = $Hiragana ($Extend | $Format)*;
76 $IdeographicEx = $Ideographic ($Extend | $Format)*;
87 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
92 [^$CR $LF $Newline $dictionaryCJK]? ($Extend | $Format)+;
156 $BackALetterEx = ($Format | $Extend)* $ALetterPlus;
157 $BackMidNumLetEx = ($Format | $Extend)* $MidNumLet;
158 $BackNumericEx = ($Format | $Extend)* $Numeric;
159 $BackMidNumEx = ($Format | $Extend)* $MidNum;
160 $BackMidLetterEx = ($Format | $Extend)* $MidLetter;
161 $BackKatakanaEx = ($Format | $Extend)* $Katakana;
162 $BackHiraganaEx = ($Format | $Extend)* $Hiragana;
163 $BackExtendNumLetEx = ($Format | $Extend)* $ExtendNumLet;
164 $BackRegional_IndicatorEx = ($Format | $Extend)* $Regional_Indicator;
170 ($Format | $Extend)* [^$CR $LF $Newline $dictionaryCJK]?;
219 ($Extend | $Format)+ .?;
235 ($Extend | $Format)+ .?;