1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Update ICU to 75.1

This commit is contained in:
bruvzg
2024-05-14 11:41:19 +03:00
parent 557f63d037
commit e74fea2864
129 changed files with 8033 additions and 7861 deletions

View File

@@ -131,7 +131,7 @@ utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode)
uprv_free(newTrie);
uprv_free(data);
*pErrorCode=U_MEMORY_ALLOCATION_ERROR;
return 0;
return nullptr;
}
uprv_memset(trie, 0, sizeof(UTrie2));
@@ -880,8 +880,6 @@ utrie2_setRange32(UTrie2 *trie,
fillBlock(newTrie->data+block, 0, rest, value, newTrie->initialValue, overwrite);
}
return;
}
/* compaction --------------------------------------------------------------- */