Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: source/i18n/decimalformatpattern.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/dcfmtsym.cpp ('k') | source/i18n/decimalformatpattern.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/decimalformatpattern.h
diff --git a/source/i18n/decimalformatpattern.h b/source/i18n/decimalformatpattern.h
index 4b04d47d6b021e64cf0b5c1a3ef462464b8d7ec3..a5a628cf90f04f972b59aa1f779582d955cab827 100644
--- a/source/i18n/decimalformatpattern.h
+++ b/source/i18n/decimalformatpattern.h
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 1997-2014, International Business Machines Corporation and *
+* Copyright (C) 1997-2015, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@@ -14,6 +14,7 @@
#include "unicode/uobject.h"
#include "unicode/unistr.h"
#include "digitlst.h"
+#include "affixpatternparser.h"
U_NAMESPACE_BEGIN
@@ -63,6 +64,10 @@ struct DecimalFormatPattern : UMemory {
UnicodeString fNegSuffixPattern;
UnicodeString fPosPrefixPattern;
UnicodeString fPosSuffixPattern;
+ AffixPattern fNegPrefixAffix;
+ AffixPattern fNegSuffixAffix;
+ AffixPattern fPosPrefixAffix;
+ AffixPattern fPosSuffixAffix;
EPadPosition fPadPosition;
};
« no previous file with comments | « source/i18n/dcfmtsym.cpp ('k') | source/i18n/decimalformatpattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698