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

Unified Diff: source/i18n/ucln_in.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/tznames_impl.cpp ('k') | source/i18n/ucln_in.c » ('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 400b2727713845d61ff042c6cc197e52759424d1..e9685161fbc46d3acc8d11a9dc88f088eb44bbdb 100644
--- a/source/i18n/ucln_in.h
+++ b/source/i18n/ucln_in.h
@@ -1,9 +1,7 @@
/*
******************************************************************************
-* *
-* Copyright (C) 2001-2013, International Business Machines *
-* Corporation and others. All Rights Reserved. *
-* *
+* Copyright (C) 2001-2014, International Business Machines
+* Corporation and others. All Rights Reserved.
******************************************************************************
* file name: ucln_cmn.h
* encoding: US-ASCII
@@ -37,21 +35,20 @@ typedef enum ECleanupI18NType {
UCLN_I18N_DANGI_CALENDAR,
UCLN_I18N_CALENDAR,
UCLN_I18N_TIMEZONEFORMAT,
+ UCLN_I18N_TZDBTIMEZONENAMES,
UCLN_I18N_TIMEZONEGENERICNAMES,
UCLN_I18N_TIMEZONENAMES,
UCLN_I18N_ZONEMETA,
UCLN_I18N_TIMEZONE,
- UCLN_I18N_PLURAL_RULE,
UCLN_I18N_CURRENCY,
UCLN_I18N_DECFMT,
UCLN_I18N_NUMFMT,
UCLN_I18N_SMPDTFMT,
UCLN_I18N_USEARCH,
UCLN_I18N_COLLATOR,
- UCLN_I18N_UCOL,
UCLN_I18N_UCOL_RES,
- UCLN_I18N_UCOL_BLD,
UCLN_I18N_CSDET,
+ UCLN_I18N_COLLATION_ROOT,
UCLN_I18N_GENDERINFO,
UCLN_I18N_CDFINFO,
UCLN_I18N_REGION,
@@ -60,9 +57,8 @@ typedef enum ECleanupI18NType {
/* Main library cleanup registration function. */
/* See common/ucln.h for details on adding a cleanup function. */
+/* Note: the global mutex must not be held when calling this function. */
U_CFUNC void U_EXPORT2 ucln_i18n_registerCleanup(ECleanupI18NType type,
cleanupFunc *func);
-U_CFUNC UBool utrans_transliterator_cleanup(void);
-
#endif
« no previous file with comments | « source/i18n/tznames_impl.cpp ('k') | source/i18n/ucln_in.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698