Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/
H A Dphp_unicode.c365 mbfl_convert_filter *from_wchar, *to_wchar; in php_unicode_convert_case() local
372 to_wchar = mbfl_convert_filter_new(src_encoding, in php_unicode_convert_case()
374 if (to_wchar == NULL) { in php_unicode_convert_case()
384 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()
389 to_wchar->illegal_mode = illegal_mode; in php_unicode_convert_case()
390 to_wchar->illegal_substchar = illegal_substchar; in php_unicode_convert_case()
404 if ((*to_wchar->filter_function)(*p++, to_wchar) < 0) { in php_unicode_convert_case()
411 mbfl_convert_filter_flush(to_wchar); in php_unicode_convert_case()
414 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()

Completed in 11 milliseconds