Searched refs:from_wchar (Results 1 – 1 of 1) sorted by relevance
388 mbfl_convert_filter *from_wchar, *to_wchar; in php_unicode_convert_case() local403 from_wchar = mbfl_convert_filter_new( in php_unicode_convert_case()406 if (from_wchar == NULL) { in php_unicode_convert_case()414 from_wchar->illegal_mode = illegal_mode; in php_unicode_convert_case()415 from_wchar->illegal_substchar = illegal_substchar; in php_unicode_convert_case()417 data.next_filter = from_wchar; in php_unicode_convert_case()435 mbfl_convert_filter_flush(from_wchar); in php_unicode_convert_case()438 mbfl_convert_filter_delete(from_wchar); in php_unicode_convert_case()
Completed in 8 milliseconds