Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dphp_unicode.c390 mbfl_convert_filter *from_wchar, *to_wchar; in php_unicode_convert_case() local
397 to_wchar = mbfl_convert_filter_new(src_encoding, in php_unicode_convert_case()
399 if (to_wchar == NULL) { in php_unicode_convert_case()
409 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()
414 to_wchar->illegal_mode = illegal_mode; in php_unicode_convert_case()
415 to_wchar->illegal_substchar = illegal_substchar; in php_unicode_convert_case()
429 if ((*to_wchar->filter_function)(*p++, to_wchar) < 0) { in php_unicode_convert_case()
436 mbfl_convert_filter_flush(to_wchar); in php_unicode_convert_case()
439 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()

Completed in 4 milliseconds