ICU-3250 Fix the bug caused by new locale information for af_AF and ps_AF

X-SVN-Rev: 13072
This commit is contained in:
GCL Shanghai 2003-09-12 10:31:16 +00:00
parent 4a59539387
commit d1580d4f79

View File

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/DecimalFormat.java,v $
* $Date: 2003/06/06 21:09:43 $
* $Revision: 1.35 $
* $Date: 2003/09/12 10:31:16 $
* $Revision: 1.36 $
*
*****************************************************************************************
*/
@ -3332,7 +3332,7 @@ public class DecimalFormat extends NumberFormat {
(negPrefixPattern.equals(posPrefixPattern)
&& negSuffixPattern.equals(posSuffixPattern))) {
negSuffixPattern = posSuffixPattern;
negPrefixPattern = symbols.getMinusSign() + posPrefixPattern;
negPrefixPattern = PATTERN_MINUS + posPrefixPattern;
}
/*Bug 4212072
Update the affix strings accroding to symbols in order to keep