Lines Matching refs:Format

32 $Format             = [\p{Word_Break = Format}];
65 # Rules 4 Ignore Format and Extend characters,
69 $KatakanaEx = $Katakana ($Extend | $Format)*;
70 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*;
71 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
72 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*;
73 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*;
74 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
75 $MidLetterEx = $MidLetter ($Extend | $Format)*;
76 $MidNumEx = $MidNum ($Extend | $Format)*;
77 $NumericEx = $Numeric ($Extend | $Format)*;
78 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
79 $Regional_IndicatorEx = $Regional_Indicator ($Extend | $Format)*;
82 $HiraganaEx = $Hiragana ($Extend | $Format)*;
83 $IdeographicEx = $Ideographic ($Extend | $Format)*;
94 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
96 # begins with a group of Format chars, or with a "word" consisting of a single
99 [^$CR $LF $Newline]? ($Extend | $Format)+;
172 $BackHebrew_LetterEx = ($Format | $Extend)* $Hebrew_Letter;
173 $BackALetterEx = ($Format | $Extend)* $ALetterPlus;
174 $BackSingle_QuoteEx = ($Format | $Extend)* $Single_Quote;
175 $BackDouble_QuoteEx = ($Format | $Extend)* $Double_Quote;
176 $BackMidNumLetEx = ($Format | $Extend)* $MidNumLet;
177 $BackNumericEx = ($Format | $Extend)* $Numeric;
178 $BackMidNumEx = ($Format | $Extend)* $MidNum;
179 $BackMidLetterEx = ($Format | $Extend)* $MidLetter;
180 $BackKatakanaEx = ($Format | $Extend)* $Katakana;
181 $BackHiraganaEx = ($Format | $Extend)* $Hiragana;
182 $BackExtendNumLetEx = ($Format | $Extend)* $ExtendNumLet;
183 $BackRegional_IndicatorEx = ($Format | $Extend)* $Regional_Indicator;
189 ($Format | $Extend)* [^$CR $LF $Newline]?;
243 ($Extend | $Format)+ .?;
263 ($Extend | $Format)+ .?;