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)+;
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)+ .?;