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

Unified Diff: source/i18n/unicode/uregion.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/uregex.h ('k') | source/i18n/unicode/ureldatefmt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/uregion.h
diff --git a/source/i18n/unicode/uregion.h b/source/i18n/unicode/uregion.h
index 99b381ffd4a66d56ee3ff3f65395d73f2cd1fc18..1b0f146e8e80cfddc2b3fba42a7069fb8bb9021e 100644
--- a/source/i18n/unicode/uregion.h
+++ b/source/i18n/unicode/uregion.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) 2014, International Business Machines
@@ -105,11 +107,13 @@ typedef enum URegionType {
*/
URGN_DEPRECATED,
+#ifndef U_HIDE_DEPRECATED_API
/**
- * Maximum value for this unumeration.
- * @stable ICU 51
+ * One more than the highest normal URegionType value.
+ * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
*/
URGN_LIMIT
+#endif // U_HIDE_DEPRECATED_API
} URegionType;
#if !UCONFIG_NO_FORMATTING
« no previous file with comments | « source/i18n/unicode/uregex.h ('k') | source/i18n/unicode/ureldatefmt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698