Home | History | Annotate | Download | only in brkitr

Lines Matching refs:Format

31 $Format       = [\p{Word_Break = Format}];
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
79 # begins with a group of Format chars, or with a "word" consisting of a single
81 # format char(s).
82 [^$CR $LF $Newline]? ($Extend | $Format)+;
139 $BackALetterEx = ($Format | $Extend)* $ALetterPlus;
140 $BackMidNumLetEx = ($Format | $Extend)* $MidNumLet;
141 $BackNumericEx = ($Format | $Extend)* $Numeric;
142 $BackMidNumEx = ($Format | $Extend)* $MidNum;
143 $BackMidLetterEx = ($Format | $Extend)* $MidLetter;
144 $BackKatakanaEx = ($Format | $Extend)* $Katakana;
145 $BackHiraganaEx = ($Format | $Extend)* $Hiragana;
146 $BackIdeographicEx = ($Format | $Extend)* $Ideographic;
147 $BackExtendNumLetEx= ($Format | $Extend)* $ExtendNumLet;
153 ($Format | $Extend)* [^$CR $LF $Newline]?;
198 ($Extend | $Format)+ .?;
214 ($Extend | $Format)+ .?;