mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
[ICU-66] Initialized fPad and fPadPosition.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/125
This commit is contained in:
parent
a5143f21b8
commit
8230afb53a
1 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,8 @@ DecimalFormat::construct(UErrorCode& status,
|
|||
fRoundingIncrement = NULL;
|
||||
fRoundingDouble = 0.0;
|
||||
fRoundingMode = kRoundHalfEven;
|
||||
fPad = kPatternPadEscape;
|
||||
fPadPosition = kPadBeforePrefix;
|
||||
if (U_FAILURE(status)) return;
|
||||
|
||||
fPosPrefixPattern = fPosSuffixPattern = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue