ICU-2292 word breaks comments clean up

X-SVN-Rev: 13606
This commit is contained in:
Syn Wee Quek 2003-11-06 20:04:39 +00:00
parent 254924e2e9
commit 3a0f8e87ea

View File

@ -124,20 +124,11 @@ $BackKatakanaEx = $Extend* $Katakana;
# rule 5 # rule 5
##
$BackEndACMLetter = $Format+ $Extend* [^$ALetter $Numeric $MidLetter $MidNumLet];
## $BackALetterSeq = ($BackALetterEx $Format*)* $BackALetterEx;
! ($BackALetterEx $Format*)* $BackABaseLetterEx; ! ($BackALetterEx $Format*)* $BackABaseLetterEx;
## ! ($BackALetterEx $Format*)* $BackACMLetterEx / $BackEndACMLetter;
! ($BackALetterEx $Format*)* $BackACMLetterEx / $Format; ! ($BackALetterEx $Format*)* $BackACMLetterEx / $Format;
# rule 6 and 7 # 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*)* ($BackALetterEx $Format*)*
($BackABaseLetterEx | $BackACMLetterEx $Format) ($BackABaseLetterEx | $BackACMLetterEx $Format)
@ -156,14 +147,8 @@ $BackEndACMLetter = $Format+ $Extend* [^$ALetter $Numeric $MidLetter $MidNumLet]
! $BackNumericEx $Format* $BackNumericEx; ! $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*)+ ($BackABaseLetterEx | $BackNumericEx);
! (($BackALetterEx | $BackNumericEx) $Format*)+ $BackACMLetterEx / $Format; ! (($BackALetterEx | $BackNumericEx) $Format*)+ $BackACMLetterEx / $Format;