You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Update ICU to 76.1
This commit is contained in:
@@ -775,7 +775,7 @@ public:
|
||||
UMessagePatternArgType getArgType() const {
|
||||
UMessagePatternPartType msgType=getType();
|
||||
if(msgType ==UMSGPAT_PART_TYPE_ARG_START || msgType ==UMSGPAT_PART_TYPE_ARG_LIMIT) {
|
||||
return (UMessagePatternArgType)value;
|
||||
return static_cast<UMessagePatternArgType>(value);
|
||||
} else {
|
||||
return UMSGPAT_ARG_TYPE_NONE;
|
||||
}
|
||||
@@ -821,6 +821,7 @@ public:
|
||||
|
||||
static const int32_t MAX_LENGTH=0xffff;
|
||||
static const int32_t MAX_VALUE=0x7fff;
|
||||
static const int32_t MAX_NESTED_LEVELS=0x03ff;
|
||||
|
||||
// Some fields are not final because they are modified during pattern parsing.
|
||||
// After pattern parsing, the parts are effectively immutable.
|
||||
|
||||
Reference in New Issue
Block a user