Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.c382 mbfl_convert_filter *from_wchar, *to_wchar; in php_unicode_convert_case() local
389 to_wchar = mbfl_convert_filter_new(src_encoding, in php_unicode_convert_case()
391 if (to_wchar == NULL) { in php_unicode_convert_case()
401 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()
406 to_wchar->illegal_mode = illegal_mode; in php_unicode_convert_case()
407 to_wchar->illegal_substchar = illegal_substchar; in php_unicode_convert_case()
421 if ((*to_wchar->filter_function)(*p++, to_wchar) < 0) { in php_unicode_convert_case()
428 mbfl_convert_filter_flush(to_wchar); in php_unicode_convert_case()
431 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()

Completed in 7 milliseconds