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

Unified Diff: source/common/unicode/uclean.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/common/unicode/ucharstriebuilder.h ('k') | source/common/unicode/ucnv.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/uclean.h
diff --git a/source/common/unicode/uclean.h b/source/common/unicode/uclean.h
index 0e2e9367ea371097019c0d5ad34af342fe8a2622..d9a1e539058cde85efd2aa84cb707d37417425fe 100644
--- a/source/common/unicode/uclean.h
+++ b/source/common/unicode/uclean.h
@@ -1,6 +1,6 @@
/*
******************************************************************************
-* Copyright (C) 2001-2013, International Business Machines
+* Copyright (C) 2001-2014, International Business Machines
* Corporation and others. All Rights Reserved.
******************************************************************************
* file name: uclean.h
@@ -151,6 +151,7 @@ u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMem
UErrorCode *status);
+#ifndef U_HIDE_DEPRECATED_API
/*********************************************************************************
*
* Deprecated Functions
@@ -251,6 +252,7 @@ U_DEPRECATED void U_EXPORT2
u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec,
UErrorCode *status);
+#endif /* U_HIDE_DEPRECATED_API */
#endif /* U_HIDE_SYSTEM_API */
#endif
« no previous file with comments | « source/common/unicode/ucharstriebuilder.h ('k') | source/common/unicode/ucnv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698