ICU-2292 word breaks comments clean up
X-SVN-Rev: 13606
This commit is contained in:
parent
254924e2e9
commit
3a0f8e87ea
@ -124,20 +124,11 @@ $BackKatakanaEx = $Extend* $Katakana;
|
||||
|
||||
# rule 5
|
||||
|
||||
##
|
||||
$BackEndACMLetter = $Format+ $Extend* [^$ALetter $Numeric $MidLetter $MidNumLet];
|
||||
## $BackALetterSeq = ($BackALetterEx $Format*)* $BackALetterEx;
|
||||
! ($BackALetterEx $Format*)* $BackABaseLetterEx;
|
||||
## ! ($BackALetterEx $Format*)* $BackACMLetterEx / $BackEndACMLetter;
|
||||
! ($BackALetterEx $Format*)* $BackACMLetterEx / $Format;
|
||||
|
||||
# rule 6 and 7
|
||||
|
||||
## ! $BackABaseLetterEx ($BackMidLetterEx | $BackMidNumLetEx) $Format* $BackABaseLetterEx;
|
||||
## ! $BackABaseLetterEx ($BackMidLetterEx | $BackMidNumLetEx) $Format* $BackACMLetterEx / $BackEndACMLetter;
|
||||
## ! $BackACMLetterEx $Format+ ($BackMidLetterEx | $BackMidNumLetEx) $Format* $BackABaseLetterEx;
|
||||
## ! $BackACMLetterEx $Format+ ($BackMidLetterEx | $BackMidNumLetEx) $Format* $BackACMLetterEx / $BackEndACMLetter;
|
||||
|
||||
! (
|
||||
($BackALetterEx $Format*)*
|
||||
($BackABaseLetterEx | $BackACMLetterEx $Format)
|
||||
@ -156,14 +147,8 @@ $BackEndACMLetter = $Format+ $Extend* [^$ALetter $Numeric $MidLetter $MidNumLet]
|
||||
|
||||
! $BackNumericEx $Format* $BackNumericEx;
|
||||
|
||||
# rule 9
|
||||
# rule 9, 10
|
||||
|
||||
## ! $BackNumericEx $Format* (($BackNumericEx | $BackALetterEx) $Format*)* $BackABaseLetterEx;
|
||||
## ! $BackNumericEx $Format* $BackACMLetterEx / $BackEndACMLetter; ## problem here
|
||||
|
||||
# rule 10
|
||||
|
||||
## ! ($BackALetterEx $Format*)+ $BackNumericEx;
|
||||
! (($BackALetterEx | $BackNumericEx) $Format*)+ ($BackABaseLetterEx | $BackNumericEx);
|
||||
! (($BackALetterEx | $BackNumericEx) $Format*)+ $BackACMLetterEx / $Format;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user