You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
ICU: Update to version 72.1
This commit is contained in:
6
thirdparty/icu4c/common/unicode/utf_old.h
vendored
6
thirdparty/icu4c/common/unicode/utf_old.h
vendored
@@ -293,10 +293,10 @@ typedef int32_t UTextOffset;
|
||||
#ifdef U_UTF8_IMPL
|
||||
// No forward declaration if compiling utf_impl.cpp, which defines utf8_countTrailBytes.
|
||||
#elif defined(U_STATIC_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION)
|
||||
U_CFUNC const uint8_t utf8_countTrailBytes[];
|
||||
U_CAPI const uint8_t utf8_countTrailBytes[];
|
||||
#else
|
||||
U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[]; /* U_IMPORT2? */ /*U_IMPORT*/
|
||||
#endif
|
||||
U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[];
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Count the trail bytes for a UTF-8 lead byte.
|
||||
|
||||
Reference in New Issue
Block a user