Searched refs:INTL_METHOD_RETVAL_UTF8 (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/intl/formatter/ |
H A D | formatter_format.c | 128 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION() 187 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION()
|
H A D | formatter_attr.c | 137 INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION() 287 INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value_buf != value ) ); in PHP_FUNCTION() 376 INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION()
|
/PHP-7.3/ext/intl/resourcebundle/ |
H A D | resourcebundle.c | 44 INTL_METHOD_RETVAL_UTF8(source, (UChar *)ufield, ilen, 0); in resourcebundle_extract_value()
|
/PHP-7.3/ext/intl/msgformat/ |
H A D | msgformat_format.c | 48 INTL_METHOD_RETVAL_UTF8(mfo, formatted, formatted_len, 1); in msgfmt_do_format()
|
/PHP-7.3/ext/intl/ |
H A D | intl_data.h | 95 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ macro
|
/PHP-7.3/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 119 INTL_METHOD_RETVAL_UTF8( dfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION()
|
H A D | dateformat_format.c | 54 INTL_METHOD_RETVAL_UTF8( dfo, formatted, resultlengthneeded, 1 ); in internal_format()
|
/PHP-7.3/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 451 INTL_METHOD_RETVAL_UTF8( to, uresult, uresult_len, 1 ); in PHP_FUNCTION()
|
Completed in 19 milliseconds