Home | History | Annotate | Download | only in brkitr

Lines Matching refs:Format

31 $Format       = [\p{Word_Break = Format}];
60 # Rules 4 Ignore Format and Extend characters,
64 $KatakanaEx = $Katakana ($Extend | $Format)*;
65 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
66 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
67 $MidLetterEx = $MidLetter ($Extend | $Format)*;
68 $MidNumEx = $MidNum ($Extend | $Format)*;
69 $NumericEx = $Numeric ($Extend | $Format)*;
70 $ExtendNumLetEx = $ExtendNumLet ($Extend | $Format)*;
73 $HiraganaEx = $Hiragana ($Extend | $Format)*;
74 $IdeographicEx = $Ideographic ($Extend | $Format)*;
85 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
87 # begins with a group of Format chars, or with a "word" consisting of a single
89 # format char(s).
90 # format char(s), or is not a CJK dictionary character.
91 [^$CR $LF $Newline $dictionaryCJK]? ($Extend | $Format)+;
152 $BackALetterEx = ($Format | $Extend)* $ALetterPlus;
153 $BackMidNumLetEx = ($Format | $Extend)* $MidNumLet;
154 $BackNumericEx = ($Format | $Extend)* $Numeric;
155 $BackMidNumEx = ($Format | $Extend)* $MidNum;
156 $BackMidLetterEx = ($Format | $Extend)* $MidLetter;
157 $BackKatakanaEx = ($Format | $Extend)* $Katakana;
158 $BackHiraganaEx = ($Extend | $Format)* $Hiragana;
159 $BackExtendNumLetEx= ($Format | $Extend)* $ExtendNumLet;
165 ($Format | $Extend)* [^$CR $LF $Newline $dictionaryCJK]?;
210 ($Extend | $Format)+ .?;
226 ($Extend | $Format)+ .?;