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

Unified Diff: source/i18n/unicode/upluralrules.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/unumsys.h ('k') | source/i18n/unicode/uregex.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/upluralrules.h
diff --git a/source/i18n/unicode/upluralrules.h b/source/i18n/unicode/upluralrules.h
index 5bcadd4bda60f41c74a0f45ebe115e07a4b247d3..52e34d8d25dd664eb6e9abd94e173129bc0ba134 100644
--- a/source/i18n/unicode/upluralrules.h
+++ b/source/i18n/unicode/upluralrules.h
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*****************************************************************************************
* Copyright (C) 2010-2013, International Business Machines
@@ -52,11 +54,13 @@ enum UPluralType {
* @stable ICU 50
*/
UPLURAL_TYPE_ORDINAL,
+#ifndef U_HIDE_DEPRECATED_API
/**
- * Number of Plural rules types.
- * @stable ICU 50
+ * One more than the highest normal UPluralType value.
+ * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
*/
UPLURAL_TYPE_COUNT
+#endif // U_HIDE_DEPRECATED_API
};
/**
* @stable ICU 50
« no previous file with comments | « source/i18n/unicode/unumsys.h ('k') | source/i18n/unicode/uregex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698