]> granicus.if.org Git - icu/commitdiff
ICU-10904 Deprecate unused error U_REGEX_OCTAL_TOO_BIG.
authorAndy Heninger <andy.heninger@gmail.com>
Thu, 4 Sep 2014 21:37:24 +0000 (21:37 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Thu, 4 Sep 2014 21:37:24 +0000 (21:37 +0000)
X-SVN-Rev: 36349

icu4c/source/common/unicode/utypes.h

index e865e0a266ef92dddd50e9ffa15b26e290d710d8..704089c77bc4065be3e7595b571a688ccba44be8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 1996-2012, International Business Machines
+*   Copyright (C) 1996-2014, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *
@@ -641,7 +641,7 @@ typedef enum UErrorCode {
     U_REGEX_INVALID_FLAG,                 /**< Invalid value for match mode flags.                */
     U_REGEX_LOOK_BEHIND_LIMIT,            /**< Look-Behind pattern matches must have a bounded maximum length.    */
     U_REGEX_SET_CONTAINS_STRING,          /**< Regexps cannot have UnicodeSets containing strings.*/
-    U_REGEX_OCTAL_TOO_BIG,                /**< Octal character constants must be <= 0377.         */
+    U_REGEX_OCTAL_TOO_BIG,                /**< Octal character constants must be <= 0377. @deprecated ICU 54. This error cannot occur. */
     U_REGEX_MISSING_CLOSE_BRACKET,        /**< Missing closing bracket on a bracket expression.   */
     U_REGEX_INVALID_RANGE,                /**< In a character range [x-y], x is greater than y.   */
     U_REGEX_STACK_OVERFLOW,               /**< Regular expression backtrack stack overflow.       */