Home
last modified time | relevance | path

Searched refs:from_wchar (Results 1 – 5 of 5) sorted by relevance

/php-src/sapi/fuzzer/
H A Dfuzzer-mbstring.c34 ToEncoding->from_wchar(wchar_buf, out_len, &buf, !Size); in convert_encoding()
/php-src/ext/mbstring/
H A Dmbstring.c1717 enc->from_wchar(wchar_buf, out_len, &buf, !in_len); in PHP_FUNCTION()
1728 enc->from_wchar(wchar_buf + i, split_len, &buf, true); in PHP_FUNCTION()
4107 encoding->from_wchar(wchar_buf, out_len, &buf, !in_len); in html_numeric_entity_decode()
6347 outcode->from_wchar(p, n, &tmpbuf, false); in mb_mime_header_encode()
6354 outcode->from_wchar(NULL, 0, &tmpbuf, true); in mb_mime_header_encode()
6385 outcode->from_wchar(NULL, 0, &tmpbuf, true); in mb_mime_header_encode()
6609 outcode->from_wchar(wchar_buf, out_len, outbuf, false); in mime_header_decode_encoded_word()
6652 outcode->from_wchar(&space, 1, &buf, false); in mb_mime_header_decode()
6667 outcode->from_wchar(wchar_buf, out_len, &buf, false); in mb_mime_header_decode()
6680 outcode->from_wchar(&space, 1, &buf, false); in mb_mime_header_decode()
[all …]
H A Dphp_unicode.c469 dst_encoding->from_wchar(converted_buf, p - converted_buf, &buf, !in_len); in php_unicode_convert_case()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h254 mb_from_wchar_fn from_wchar; member
H A Dmbfl_convert.c341 to->from_wchar(wchar_buf, out_len, &buf, !in_len); in mb_fast_convert()

Completed in 47 milliseconds