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

Unified Diff: source/i18n/unicode/datefmt.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/currunit.h ('k') | source/i18n/unicode/dcfmtsym.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/datefmt.h
diff --git a/source/i18n/unicode/datefmt.h b/source/i18n/unicode/datefmt.h
index f401cfe5de99131e424f1b6428964bec4f4d58da..31141265129630bb187c8c096e663d5be28104cf 100644
--- a/source/i18n/unicode/datefmt.h
+++ b/source/i18n/unicode/datefmt.h
@@ -1,6 +1,8 @@
+// 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
+ * Copyright (C) 1997-2016, International Business Machines
* Corporation and others. All Rights Reserved.
********************************************************************************
*
@@ -586,7 +588,6 @@ public:
UErrorCode &status);
#endif /* U_HIDE_INTERNAL_API */
-#ifndef U_HIDE_DRAFT_API
/**
* Creates a date/time formatter for the given skeleton and
* default locale.
@@ -598,7 +599,7 @@ public:
* order for that locale.
* @param status Any error returned here.
* @return A date/time formatter which the caller owns.
- * @draft ICU 55
+ * @stable ICU 55
*/
static DateFormat* U_EXPORT2 createInstanceForSkeleton(
const UnicodeString& skeleton,
@@ -615,7 +616,7 @@ public:
* @param locale The given locale.
* @param status Any error returned here.
* @return A date/time formatter which the caller owns.
- * @draft ICU 55
+ * @stable ICU 55
*/
static DateFormat* U_EXPORT2 createInstanceForSkeleton(
const UnicodeString& skeleton,
@@ -634,7 +635,7 @@ public:
* @param locale The given locale.
* @param status Any error returned here.
* @return A date/time formatter which the caller owns.
- * @draft ICU 55
+ * @stable ICU 55
*/
static DateFormat* U_EXPORT2 createInstanceForSkeleton(
Calendar *calendarToAdopt,
@@ -642,7 +643,6 @@ public:
const Locale &locale,
UErrorCode &status);
-#endif /* U_HIDE_DRAFT_API */
/**
* Gets the set of locales for which DateFormats are installed.
« no previous file with comments | « source/i18n/unicode/currunit.h ('k') | source/i18n/unicode/dcfmtsym.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698