Home | History | Annotate | Download | only in rules

Lines Matching refs:Extend

35 $Extend             = [\p{Word_Break = Extend}];
74 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]];
78 # Rules 4 Ignore Format and Extend characters,
82 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*;
83 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*;
84 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*;
85 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*;
86 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*;
87 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*;
88 $MidLetterEx = $MidLetter ($Extend | $Format | $ZWJ)*;
89 $MidNumEx = $MidNum ($Extend | $Format | $ZWJ)*;
90 $NumericEx = $Numeric ($Extend | $Format | $ZWJ)*;
91 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format | $ZWJ)*;
92 $Regional_IndicatorEx = $Regional_Indicator ($Extend | $Format | $ZWJ)*;
95 $HiraganaEx = $Hiragana ($Extend | $Format | $ZWJ)*;
96 $IdeographicEx = $Ideographic ($Extend | $Format | $ZWJ)*;
107 # Rule 3c ZWJ x (Extended_Pict | EmojiNRK). Precedes WB4, so no intervening Extend chars allowed.
112 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
117 [^$CR $LF $Newline]? ($Extend | $Format | $ZWJ)+;
127 $E_Base ($Extend | $Format | $ZWJ)*;
128 $E_Modifier ($Extend | $Format | $ZWJ)*;
129 $Extended_Pict ($Extend | $Format | $ZWJ)*;
184 ($E_Base | $EBG) ($Format | $Extend | $ZWJ)* $E_Modifier;
189 # No other rule begins with a Regional_Indicator, so chaining cannot extend the match.
207 ($Extend | $Format | $ZWJ)+ .?;
210 ($MidLetter | $MidNumLet | $Single_Quote) ($Format | $Extend | $ZWJ)* ($Hebrew_Letter | $ALetterPlus);
213 $Double_Quote ($Format | $Extend | $ZWJ)* $Hebrew_Letter;
217 ($MidNum | $MidNumLet | $Single_Quote) ($Format | $Extend | $ZWJ)* $Numeric;
220 $Regional_Indicator ($Format | $Extend | $ZWJ)* $Regional_Indicator;