mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Update ICU to 75.1
This commit is contained in:
parent
557f63d037
commit
e74fea2864
129 changed files with 8033 additions and 7861 deletions
4
thirdparty/icu4c/common/unicode/parsepos.h
vendored
4
thirdparty/icu4c/common/unicode/parsepos.h
vendored
|
|
@ -129,7 +129,7 @@ public:
|
|||
* @return the current index.
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
inline int32_t getIndex(void) const;
|
||||
inline int32_t getIndex() const;
|
||||
|
||||
/**
|
||||
* Set the current parse position.
|
||||
|
|
@ -152,7 +152,7 @@ public:
|
|||
* error index has not been set.
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
inline int32_t getErrorIndex(void) const;
|
||||
inline int32_t getErrorIndex() const;
|
||||
|
||||
/**
|
||||
* ICU "poor man's RTTI", returns a UClassID for this class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue