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

Unified Diff: source/i18n/unicode/timezone.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/unicode/tblcoll.h ('k') | source/i18n/unicode/tzfmt.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 c3356c9738a26303525eb4b4b45c76f927415266..9fec21ec8fdb6f5cb1c2dab605acc72a22762026 100644
--- a/source/i18n/unicode/timezone.h
+++ b/source/i18n/unicode/timezone.h
@@ -66,8 +66,8 @@ class StringEnumeration;
* TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles");
* </pre>
* \htmlonly</blockquote>\endhtmlonly
- * You can use <code>getAvailableIDs</code> method to iterate through
- * all the supported time zone IDs, or getCanonicalID method to check
+ * You can use the <code>createEnumeration</code> method to iterate through
+ * all the supported time zone IDs, or the <code>getCanonicalID</code> method to check
* if a time zone ID is supported or not. You can then choose a
* supported ID to get a <code>TimeZone</code>.
* If the time zone you want is not represented by one of the
@@ -288,7 +288,7 @@ public:
* @draft ICU 55
*/
static TimeZone* U_EXPORT2 detectHostTimeZone();
-#endif
+#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/tzfmt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698