From 4662311542d1ac4324a2faa8b573591ab6a3231f Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Thu, 13 Jun 2024 12:50:25 -0700 Subject: [PATCH] Update messagepattern.h bump up limit --- icu4c/source/common/unicode/messagepattern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/messagepattern.h b/icu4c/source/common/unicode/messagepattern.h index 8883daebc705..f8dafd815f4e 100644 --- a/icu4c/source/common/unicode/messagepattern.h +++ b/icu4c/source/common/unicode/messagepattern.h @@ -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.