]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/uregion.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / uregion.h
index 99b381ffd4a66d56ee3ff3f65395d73f2cd1fc18..a5de49674b52d8e868c5156564531ebaef4d51d7 100644 (file)
@@ -1,3 +1,5 @@
+// © 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