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

Unified Diff: source/i18n/unicode/timezone.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/unicode/tblcoll.h ('k') | source/i18n/unicode/tmunit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/timezone.h
diff --git a/source/i18n/unicode/timezone.h b/source/i18n/unicode/timezone.h
index 9fec21ec8fdb6f5cb1c2dab605acc72a22762026..8cfe7e5220e6917576b417e4feb1f816eb299f60 100644
--- a/source/i18n/unicode/timezone.h
+++ b/source/i18n/unicode/timezone.h
@@ -1,5 +1,7 @@
+// 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
+* Copyright (c) 1997-2016, International Business Machines Corporation
* and others. All Rights Reserved.
**************************************************************************
*
@@ -273,7 +275,6 @@ public:
static const UnicodeString U_EXPORT2 getEquivalentID(const UnicodeString& id,
int32_t index);
-#ifndef U_HIDE_DRAFT_API
/**
* Creates an instance of TimeZone detected from the current host
* system configuration. Note that ICU4C does not change the default
@@ -285,10 +286,9 @@ public:
*
* @return A new instance of TimeZone detected from the current host system
* configuration.
- * @draft ICU 55
+ * @stable ICU 55
*/
static TimeZone* U_EXPORT2 detectHostTimeZone();
-#endif /* U_HIDE_DRAFT_API */
/**
* Creates a new copy of the default TimeZone for this host. Unless the default time
« no previous file with comments | « source/i18n/unicode/tblcoll.h ('k') | source/i18n/unicode/tmunit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698