Searched refs:INTL_METHOD_RETVAL_UTF8 (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter_format.c | 121 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION() 173 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION()
|
H A D | formatter_attr.c | 120 INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION() 249 INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value_buf != value ) ); in PHP_FUNCTION() 324 INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/resourcebundle/ |
H A D | resourcebundle.c | 42 INTL_METHOD_RETVAL_UTF8(source, (UChar *)ufield, ilen, 0); in resourcebundle_extract_value()
|
/PHP-8.0/ext/intl/msgformat/ |
H A D | msgformat_format.c | 45 INTL_METHOD_RETVAL_UTF8(mfo, formatted, formatted_len, 1); in msgfmt_do_format()
|
/PHP-8.0/ext/intl/ |
H A D | intl_data.h | 103 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ macro
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 98 INTL_METHOD_RETVAL_UTF8( dfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION()
|
H A D | dateformat_format.c | 49 INTL_METHOD_RETVAL_UTF8( dfo, formatted, resultlengthneeded, 1 ); in internal_format()
|
/PHP-8.0/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 408 INTL_METHOD_RETVAL_UTF8( to, uresult, uresult_len, 1 ); in PHP_FUNCTION()
|
Completed in 15 milliseconds