Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/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.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp131 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper()
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_attr.c234 value = eumalloc(length); in PHP_FUNCTION()
/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_util.c59 dest = (UChar*) eumalloc(dest_len); in grapheme_intl_case_fold()
/PHP-5.3/ext/intl/collator/
H A Dcollator_sort.c417 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()

Completed in 22 milliseconds