From ea140ce420ead5262a38aa8b121f322e72d14852 Mon Sep 17 00:00:00 2001 From: Helena Chapman Date: Wed, 27 Oct 1999 01:08:39 +0000 Subject: [PATCH] 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 --- source/i18n/decimfmt.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/i18n/decimfmt.cpp b/source/i18n/decimfmt.cpp index ee8371359e3..9501abd59c1 100644 --- a/source/i18n/decimfmt.cpp +++ b/source/i18n/decimfmt.cpp @@ -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;