mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-66 Initialized fPad and fPadPosition.
X-SVN-Rev: 125
This commit is contained in:
parent
5c2ed81c17
commit
3fd1e18513
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