mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
Initialized fPad and fPadPosition.
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/66 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@125 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
c25bbe081f
commit
ea140ce420
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