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

Side by Side Diff: source/common/utypes.c

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « source/common/uts46.cpp ('k') | source/common/uvectr32.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 ****************************************************************************** 2 ******************************************************************************
3 * 3 *
4 * Copyright (C) 1997-2014, International Business Machines 4 * Copyright (C) 1997-2015, International Business Machines
5 * Corporation and others. All Rights Reserved. 5 * Corporation and others. All Rights Reserved.
6 * 6 *
7 ****************************************************************************** 7 ******************************************************************************
8 * 8 *
9 * FILE NAME : utypes.c (previously putil.c) 9 * FILE NAME : utypes.c (previously putil.c)
10 * 10 *
11 * Date Name Description 11 * Date Name Description
12 * 10/07/2004 grhoten split from putil.c 12 * 10/07/2004 grhoten split from putil.c
13 ****************************************************************************** 13 ******************************************************************************
14 */ 14 */
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "U_REGEX_INVALID_BACK_REF", 159 "U_REGEX_INVALID_BACK_REF",
160 "U_REGEX_INVALID_FLAG", 160 "U_REGEX_INVALID_FLAG",
161 "U_REGEX_LOOK_BEHIND_LIMIT", 161 "U_REGEX_LOOK_BEHIND_LIMIT",
162 "U_REGEX_SET_CONTAINS_STRING", 162 "U_REGEX_SET_CONTAINS_STRING",
163 "U_REGEX_OCTAL_TOO_BIG", 163 "U_REGEX_OCTAL_TOO_BIG",
164 "U_REGEX_MISSING_CLOSE_BRACKET", 164 "U_REGEX_MISSING_CLOSE_BRACKET",
165 "U_REGEX_INVALID_RANGE", 165 "U_REGEX_INVALID_RANGE",
166 "U_REGEX_STACK_OVERFLOW", 166 "U_REGEX_STACK_OVERFLOW",
167 "U_REGEX_TIME_OUT", 167 "U_REGEX_TIME_OUT",
168 "U_REGEX_STOPPED_BY_CALLER", 168 "U_REGEX_STOPPED_BY_CALLER",
169 "U_REGEX_PATTERN_TOO_BIG" 169 "U_REGEX_PATTERN_TOO_BIG",
170 "U_REGEX_INVALID_CAPTURE_GROUP_NAME"
170 }; 171 };
171 172
172 static const char * const 173 static const char * const
173 _uIDNAErrorName[U_IDNA_ERROR_LIMIT - U_IDNA_ERROR_START] = { 174 _uIDNAErrorName[U_IDNA_ERROR_LIMIT - U_IDNA_ERROR_START] = {
174 "U_STRINGPREP_PROHIBITED_ERROR", 175 "U_STRINGPREP_PROHIBITED_ERROR",
175 "U_STRINGPREP_UNASSIGNED_ERROR", 176 "U_STRINGPREP_UNASSIGNED_ERROR",
176 "U_STRINGPREP_CHECK_BIDI_ERROR", 177 "U_STRINGPREP_CHECK_BIDI_ERROR",
177 "U_IDNA_STD3_ASCII_RULES_ERROR", 178 "U_IDNA_STD3_ASCII_RULES_ERROR",
178 "U_IDNA_ACE_PREFIX_ERROR", 179 "U_IDNA_ACE_PREFIX_ERROR",
179 "U_IDNA_VERIFICATION_ERROR", 180 "U_IDNA_VERIFICATION_ERROR",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 } 213 }
213 214
214 /* 215 /*
215 * Hey, Emacs, please set the following: 216 * Hey, Emacs, please set the following:
216 * 217 *
217 * Local Variables: 218 * Local Variables:
218 * indent-tabs-mode: nil 219 * indent-tabs-mode: nil
219 * End: 220 * End:
220 * 221 *
221 */ 222 */
OLDNEW
« no previous file with comments | « source/common/uts46.cpp ('k') | source/common/uvectr32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698