Skip to content

Commit

Permalink
Update messagepattern.h
Browse files Browse the repository at this point in the history
bump up limit
  • Loading branch information
FrankYFTang authored Jun 13, 2024
1 parent ff4f793 commit 4662311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/common/unicode/messagepattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ class U_COMMON_API MessagePattern : public UObject {

static const int32_t MAX_LENGTH=0xffff;
static const int32_t MAX_VALUE=0x7fff;
static const int32_t MAX_NESTED_LEVELS=0x01ff;
static const int32_t MAX_NESTED_LEVELS=0x07ff;

// Some fields are not final because they are modified during pattern parsing.
// After pattern parsing, the parts are effectively immutable.
Expand Down

0 comments on commit 4662311

Please sign in to comment.