Chromium Code Reviews

Unified Diff: source/i18n/ucln_in.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « source/i18n/ucal.cpp ('k') | source/i18n/ucln_in.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/ucln_in.h
diff --git a/source/i18n/ucln_in.h b/source/i18n/ucln_in.h
index e9685161fbc46d3acc8d11a9dc88f088eb44bbdb..b609fce0c2da5aa085ce1e61dcec32a399f72535 100644
--- a/source/i18n/ucln_in.h
+++ b/source/i18n/ucln_in.h
@@ -1,9 +1,11 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
******************************************************************************
-* Copyright (C) 2001-2014, International Business Machines
+* Copyright (C) 2001-2016, International Business Machines
* Corporation and others. All Rights Reserved.
******************************************************************************
-* file name: ucln_cmn.h
+* file name: ucln_in.h
* encoding: US-ASCII
* tab size: 8 (not used)
* indentation:4
@@ -24,8 +26,8 @@ as the functions are suppose to be called.
It's usually best to have child dependencies called first. */
typedef enum ECleanupI18NType {
UCLN_I18N_START = -1,
- UCLN_I18N_IDENTIFIER_INFO,
UCLN_I18N_SPOOF,
+ UCLN_I18N_SPOOFDATA,
UCLN_I18N_TRANSLITERATOR,
UCLN_I18N_REGEX,
UCLN_I18N_ISLAMIC_CALENDAR,
@@ -40,9 +42,11 @@ typedef enum ECleanupI18NType {
UCLN_I18N_TIMEZONENAMES,
UCLN_I18N_ZONEMETA,
UCLN_I18N_TIMEZONE,
- UCLN_I18N_CURRENCY,
+ UCLN_I18N_DIGITLIST,
UCLN_I18N_DECFMT,
UCLN_I18N_NUMFMT,
+ UCLN_I18N_ALLOWED_HOUR_FORMATS,
+ UCLN_I18N_DAYPERIODRULES,
UCLN_I18N_SMPDTFMT,
UCLN_I18N_USEARCH,
UCLN_I18N_COLLATOR,
« no previous file with comments | « source/i18n/ucal.cpp ('k') | source/i18n/ucln_in.cpp » ('j') | no next file with comments »

Powered by Google App Engine