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

Unified Diff: source/i18n/unicode/measure.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/measunit.h ('k') | source/i18n/unicode/numfmt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/measure.h
diff --git a/source/i18n/unicode/measure.h b/source/i18n/unicode/measure.h
index 434ea880edad2f4c0e3d98f0d7969618aa4cbdae..c0f88bbdaa134d8c3b9c7c6adff328331d518e70 100644
--- a/source/i18n/unicode/measure.h
+++ b/source/i18n/unicode/measure.h
@@ -1,6 +1,6 @@
/*
**********************************************************************
-* Copyright (c) 2004-2014, International Business Machines
+* Copyright (c) 2004-2015, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
@@ -108,7 +108,7 @@ class U_I18N_API Measure: public UObject {
* . erived::getStaticClassID()) ...
* </pre>
* @return The class ID for all objects of this class.
- * @draft ICU 53
+ * @stable ICU 53
*/
static UClassID U_EXPORT2 getStaticClassID(void);
@@ -121,7 +121,7 @@ class U_I18N_API Measure: public UObject {
* @return The class ID for this object. All objects of a
* given class have the same class ID. Objects of
* other classes have different class IDs.
- * @draft ICU 53
+ * @stable ICU 53
*/
virtual UClassID getDynamicClassID(void) const;
« no previous file with comments | « source/i18n/unicode/measunit.h ('k') | source/i18n/unicode/numfmt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698