mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-11713 Yoshito's review comments.
X-SVN-Rev: 37475
This commit is contained in:
parent
88e2877fd6
commit
67134a6313
1 changed files with 2 additions and 7 deletions
|
@ -4982,13 +4982,8 @@ DecimalFormat::applyPatternWithoutExpandAffix(const UnicodeString& pattern,
|
|||
fExponentSignAlwaysShown = out.fExponentSignAlwaysShown;
|
||||
fCurrencySignCount = out.fCurrencySignCount;
|
||||
setGroupingUsed(out.fGroupingUsed);
|
||||
if (out.fGroupingUsed) {
|
||||
fGroupingSize = out.fGroupingSize;
|
||||
fGroupingSize2 = out.fGroupingSize2;
|
||||
} else {
|
||||
fGroupingSize = 0;
|
||||
fGroupingSize2 = 0;
|
||||
}
|
||||
fGroupingSize = out.fGroupingSize;
|
||||
fGroupingSize2 = out.fGroupingSize2;
|
||||
setMultiplier(out.fMultiplier);
|
||||
fDecimalSeparatorAlwaysShown = out.fDecimalSeparatorAlwaysShown;
|
||||
fFormatWidth = out.fFormatWidth;
|
||||
|
|
Loading…
Add table
Reference in a new issue