Searched refs:from_wchar (Results 1 – 1 of 1) sorted by relevance
382 mbfl_convert_filter *from_wchar, *to_wchar; in php_unicode_convert_case() local397 from_wchar = mbfl_convert_filter_new( in php_unicode_convert_case()400 if (from_wchar == NULL) { in php_unicode_convert_case()408 from_wchar->illegal_mode = illegal_mode; in php_unicode_convert_case()409 from_wchar->illegal_substchar = illegal_substchar; in php_unicode_convert_case()411 data.next_filter = from_wchar; in php_unicode_convert_case()429 mbfl_convert_filter_flush(from_wchar); in php_unicode_convert_case()432 mbfl_convert_filter_delete(from_wchar); in php_unicode_convert_case()
Completed in 6 milliseconds