Searched refs:formatted_len (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/intl/formatter/ |
H A D | formatter_format.c | 39 int formatted_len = USIZE(format_buf); in PHP_FUNCTION() local 79 formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION() 82 formatted = eumalloc(formatted_len); in PHP_FUNCTION() 95 …formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &IN… in PHP_FUNCTION() 98 formatted = eumalloc(formatted_len); in PHP_FUNCTION() 99 …formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &IN… in PHP_FUNCTION() 110 …formatted_len = unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_l… in PHP_FUNCTION() 113 formatted = eumalloc(formatted_len); in PHP_FUNCTION() 142 int formatted_len = USIZE(format_buf); in PHP_FUNCTION() local 167 …formatted_len = unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, for… in PHP_FUNCTION() [all …]
|
/PHP-5.4/ext/intl/msgformat/ |
H A D | msgformat_format.c | 40 int formatted_len = 0; in msgfmt_do_format() local 66 …umsg_format_helper(MSG_FORMAT_OBJECT(mfo), count, fargs, &formatted, &formatted_len, &INTL_DATA_ER… in msgfmt_do_format() 79 INTL_METHOD_RETVAL_UTF8( mfo, formatted, formatted_len, 1 ); in msgfmt_do_format()
|
H A D | msgformat_helpers.cpp | 58 …ssageFormat *fmt, int arg_count, zval **args, UChar **formatted, int *formatted_len, UErrorCode *s… in umsg_format_helper() argument 130 *formatted_len = resultStr.length(); in umsg_format_helper() 131 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper() 132 resultStr.extract(*formatted, *formatted_len+1, *status); in umsg_format_helper()
|
H A D | msgformat_helpers.h | 22 UChar **formatted, int *formatted_len, UErrorCode *status TSRMLS_DC);
|
Completed in 15 milliseconds