Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c388 mbfl_convert_filter *from_wchar, *to_wchar; in php_unicode_convert_case() local
395 to_wchar = mbfl_convert_filter_new(src_encoding, in php_unicode_convert_case()
397 if (to_wchar == NULL) { in php_unicode_convert_case()
407 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()
412 to_wchar->illegal_mode = illegal_mode; in php_unicode_convert_case()
413 to_wchar->illegal_substchar = illegal_substchar; in php_unicode_convert_case()
427 if ((*to_wchar->filter_function)(*p++, to_wchar) < 0) { in php_unicode_convert_case()
434 mbfl_convert_filter_flush(to_wchar); in php_unicode_convert_case()
437 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()

Completed in 5 milliseconds