Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/
H A Dintl_common.h30 #ifndef eumalloc
31 # define eumalloc(size) (UChar*)safe_emalloc(size, sizeof(UChar), 0) macro
H A Dintl_convert.c86 dst_buf = eumalloc( dst_len + 1 ); in intl_convert_utf8_to_utf16()
/PHP-8.2/ext/intl/formatter/
H A Dformatter_format.c67 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
83 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
98 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
161 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
H A Dformatter_attr.c111 value = eumalloc(length); in PHP_FUNCTION()
240 value = eumalloc(length); in PHP_FUNCTION()
315 value = eumalloc(length); in PHP_FUNCTION()
/PHP-8.2/ext/intl/normalizer/
H A Dnormalizer_normalize.c151 uret_buf = eumalloc( uret_len + 1 ); in PHP_FUNCTION()
176 uret_buf = eumalloc( size_needed + 1 ); in PHP_FUNCTION()
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat_attr.c89 value = eumalloc(length); in PHP_FUNCTION()
/PHP-8.2/ext/intl/collator/
H A Dcollator_sort.c384 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp610 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper()

Completed in 21 milliseconds