Home
last modified time | relevance | path

Searched refs:eumalloc (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/intl/
H A Dintl_common.h32 #ifndef eumalloc
33 # define eumalloc(size) (UChar*)safe_emalloc(size, sizeof(UChar), 0) macro
H A Dintl_convert.c88 dst_buf = eumalloc( dst_len + 1 ); in intl_convert_utf8_to_utf16()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_format.c82 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
98 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
113 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
175 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
H A Dformatter_attr.c128 value = eumalloc(length); in PHP_FUNCTION()
278 value = eumalloc(length); in PHP_FUNCTION()
367 value = eumalloc(length); in PHP_FUNCTION()
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c182 uret_buf = eumalloc( uret_len + 1 ); in PHP_FUNCTION()
206 uret_buf = eumalloc( size_needed + 1 ); in PHP_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attr.c110 value = eumalloc(length); in PHP_FUNCTION()
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c429 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp612 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper()

Completed in 31 milliseconds