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

Unified Diff: source/i18n/dtitv_impl.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/dtfmtsym.cpp ('k') | source/i18n/dtitvfmt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/dtitv_impl.h
diff --git a/source/i18n/dtitv_impl.h b/source/i18n/dtitv_impl.h
index 027bc5e6adb5922b15f852b91e9ffd841b65e1a6..d0dc34437053d1cec7ebb7c77cbb78e403c4da02 100644
--- a/source/i18n/dtitv_impl.h
+++ b/source/i18n/dtitv_impl.h
@@ -1,6 +1,8 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
-* Copyright (C) 2007-2008,2014, International Business Machines Corporation and
+* Copyright (C) 2007-2016, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*
@@ -30,6 +32,7 @@
#define RIGHT_CURLY_BRACKET ((UChar)0x007D)
#define SPACE ((UChar)0x0020)
#define EN_DASH ((UChar)0x2013)
+#define SOLIDUS ((UChar)0x002F)
#define DIGIT_ZERO ((UChar)0x0030)
#define DIGIT_ONE ((UChar)0x0031)
« no previous file with comments | « source/i18n/dtfmtsym.cpp ('k') | source/i18n/dtitvfmt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698