Searched refs:encoding_to (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_multibyte.c | 48 …h, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_enc… in dummy_encoding_converter() argument 155 …h, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_enc… in zend_multibyte_encoding_converter() argument 157 …return multibyte_functions.encoding_converter(to, to_length, from, from_length, encoding_to, encod… in zend_multibyte_encoding_converter()
|
H A D | zend_multibyte.h | 33 …h, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_enc… 70 …h, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_enc…
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.h | 156 MBSTRING_API int php_mb_encoding_converter_ex(char **str, int *len, const char *encoding_to,
|
H A D | mbstring.c | 919 …h, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_enc… in php_mb_zend_encoding_converter() argument 935 …nverter_new2((const mbfl_encoding *)encoding_from, (const mbfl_encoding *)encoding_to, string.len); in php_mb_zend_encoding_converter()
|
Completed in 18 milliseconds