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

Unified Diff: source/i18n/decimalformatpattern.h

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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/decfmtst.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 a5a628cf90f04f972b59aa1f779582d955cab827..c8998f95f8f67cb91f08029f9230613a56cbf242 100644
--- a/source/i18n/decimalformatpattern.h
+++ b/source/i18n/decimalformatpattern.h
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
* Copyright (C) 1997-2015, International Business Machines Corporation and *
@@ -28,7 +30,7 @@ enum CurrencySignCount {
class DecimalFormatSymbols;
-struct DecimalFormatPattern : UMemory {
+struct DecimalFormatPattern : public UMemory {
enum EPadPosition {
kPadBeforePrefix,
kPadAfterPrefix,
@@ -71,7 +73,7 @@ struct DecimalFormatPattern : UMemory {
EPadPosition fPadPosition;
};
-class DecimalFormatPatternParser : UMemory {
+class DecimalFormatPatternParser : public UMemory {
public:
DecimalFormatPatternParser();
void useSymbols(const DecimalFormatSymbols& symbols);
« no previous file with comments | « source/i18n/decfmtst.cpp ('k') | source/i18n/decimalformatpattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698