Home
last modified time | relevance | path

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

/PHP-5.6/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.c78 dst_buf = eumalloc( dst_len + 1 ); in intl_convert_utf8_to_utf16()
/PHP-5.6/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()
280 value = eumalloc(length); in PHP_FUNCTION()
369 value = eumalloc(length); in PHP_FUNCTION()
/PHP-5.6/ext/intl/normalizer/
H A Dnormalizer_normalize.c108 uret_buf = eumalloc( uret_len + 1 ); in PHP_FUNCTION()
128 uret_buf = eumalloc( size_needed + 1 ); in PHP_FUNCTION()
/PHP-5.6/ext/intl/dateformat/
H A Ddateformat_attr.c110 value = eumalloc(length); in PHP_FUNCTION()
/PHP-5.6/ext/intl/collator/
H A Dcollator_sort.c418 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp632 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper()

Completed in 22 milliseconds