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

Unified Diff: source/common/utypes.c

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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/common/utypeinfo.h ('k') | source/common/uvectr64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/utypes.c
diff --git a/source/common/utypes.c b/source/common/utypes.c
index a5cadaf5e51ce73cebb7bffada33b990bb4f3c56..c28e7273f87bf8d374f24ee9c615afdadb90230e 100644
--- a/source/common/utypes.c
+++ b/source/common/utypes.c
@@ -165,8 +165,7 @@ _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_PATTERN_TOO_BIG"
+ "U_REGEX_STOPPED_BY_CALLER"
};
static const char * const
« no previous file with comments | « source/common/utypeinfo.h ('k') | source/common/uvectr64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698