mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
ICU: Update to version 72.1
This commit is contained in:
parent
9ff3a43a32
commit
4e44a271f0
216 changed files with 8548 additions and 7566 deletions
4
thirdparty/icu4c/common/usc_impl.cpp
vendored
4
thirdparty/icu4c/common/usc_impl.cpp
vendored
|
|
@ -261,7 +261,7 @@ uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, U
|
|||
|
||||
/* if we've fallen off the end of the text, we're done */
|
||||
if (scriptRun == NULL || scriptRun->scriptLimit >= scriptRun->textLength) {
|
||||
return FALSE;
|
||||
return false;
|
||||
}
|
||||
|
||||
SYNC_FIXUP(scriptRun);
|
||||
|
|
@ -357,5 +357,5 @@ uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, U
|
|||
*pRunScript = scriptRun->scriptCode;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue