You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Update HarfBuzz, ICU and FreeType
HarfBuzz: Update to version 7.3.0 ICU4C: Update to version 73.1 FreeType: Update to version 2.13.0
This commit is contained in:
6
thirdparty/icu4c/common/unicode/ustring.h
vendored
6
thirdparty/icu4c/common/unicode/ustring.h
vendored
@@ -931,14 +931,10 @@ u_memrchr32(const UChar *s, UChar32 c, int32_t count);
|
||||
# define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs)
|
||||
/**@stable ICU 2.0 */
|
||||
# define U_STRING_INIT(var, cs, length)
|
||||
#elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16)))
|
||||
#elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || defined(U_WCHAR_IS_UTF16))
|
||||
# define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs
|
||||
/**@stable ICU 2.0 */
|
||||
# define U_STRING_INIT(var, cs, length)
|
||||
#elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY
|
||||
# define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs
|
||||
/**@stable ICU 2.0 */
|
||||
# define U_STRING_INIT(var, cs, length)
|
||||
#else
|
||||
# define U_STRING_DECL(var, cs, length) static UChar var[(length)+1]
|
||||
/**@stable ICU 2.0 */
|
||||
|
||||
Reference in New Issue
Block a user