Imported Upstream version 58.1
[platform/upstream/icu.git] / source / i18n / unicode / upluralrules.h
index 5bcadd4..52e34d8 100644 (file)
@@ -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