| Index: source/common/utypes.c
|
| diff --git a/source/common/utypes.c b/source/common/utypes.c
|
| index c28e7273f87bf8d374f24ee9c615afdadb90230e..32b6d880405441086e3cee665156314a21633c9b 100644
|
| --- a/source/common/utypes.c
|
| +++ b/source/common/utypes.c
|
| @@ -1,7 +1,7 @@
|
| /*
|
| ******************************************************************************
|
| *
|
| -* Copyright (C) 1997-2011, International Business Machines
|
| +* Copyright (C) 1997-2014, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| ******************************************************************************
|
| @@ -165,7 +165,8 @@ _uRegexErrorName[U_REGEX_ERROR_LIMIT - U_REGEX_ERROR_START] = {
|
| "U_REGEX_INVALID_RANGE",
|
| "U_REGEX_STACK_OVERFLOW",
|
| "U_REGEX_TIME_OUT",
|
| - "U_REGEX_STOPPED_BY_CALLER"
|
| + "U_REGEX_STOPPED_BY_CALLER",
|
| + "U_REGEX_PATTERN_TOO_BIG"
|
| };
|
|
|
| static const char * const
|
|
|