mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1261 Add new errorcodes to u_errorName function
X-SVN-Rev: 6250
This commit is contained in:
parent
411c3e1e0b
commit
04ecfc7c5f
1 changed files with 4 additions and 2 deletions
|
@ -1663,8 +1663,10 @@ _uTransErrorName[U_PARSE_ERROR_LIMIT - U_PARSE_ERROR_START]={
|
|||
"U_UNDEFINED_VARIABLE",
|
||||
"U_UNQUOTED_SPECIAL",
|
||||
"U_UNTERMINATED_QUOTE",
|
||||
"U_RULE_MASK_ERROR"
|
||||
|
||||
"U_RULE_MASK_ERROR",
|
||||
"U_MISPLACED_COMPOUND_FILTER",
|
||||
"U_MULTIPLE_COMPOUND_FILTERS",
|
||||
"U_INVALID_RBT_SYNTAX"
|
||||
};
|
||||
|
||||
static const char * const
|
||||
|
|
Loading…
Add table
Reference in a new issue