mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1406 make quantified segments behave like perl counterparts
X-SVN-Rev: 6496
This commit is contained in:
parent
8905fc7092
commit
807cda9ffe
1 changed files with 3 additions and 0 deletions
|
@ -441,6 +441,9 @@ enum UErrorCode {
|
|||
U_INVALID_RBT_SYNTAX,
|
||||
U_INVALID_PROPERTY_PATTERN,
|
||||
U_MALFORMED_PRAGMA,
|
||||
U_UNCLOSED_SEGMENT,
|
||||
U_ILLEGAL_CHAR_IN_SEGMENT,
|
||||
U_VARIABLE_RANGE_EXHAUSTED,
|
||||
U_PARSE_ERROR_LIMIT, /**< end of Transliterator specific parse Errors */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue