Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/
H A Dphp_unicode.c369 mbfl_convert_filter *from_wchar, *to_wchar; in php_unicode_convert_case() local
376 to_wchar = mbfl_convert_filter_new(src_encoding, in php_unicode_convert_case()
378 if (to_wchar == NULL) { in php_unicode_convert_case()
388 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()
393 to_wchar->illegal_mode = illegal_mode; in php_unicode_convert_case()
394 to_wchar->illegal_substchar = illegal_substchar; in php_unicode_convert_case()
408 if ((*to_wchar->filter_function)(*p++, to_wchar) < 0) { in php_unicode_convert_case()
415 mbfl_convert_filter_flush(to_wchar); in php_unicode_convert_case()
418 mbfl_convert_filter_delete(to_wchar); in php_unicode_convert_case()
H A Dmbstring.c1846 len += encoding->to_wchar(&in, &in_len, wchar_buf, 128, &state); in mb_get_strlen()
2315 size_t out_len = enc->to_wchar(&in, &in_len, wchar_buf, 128, &state); in mb_get_strwidth()
2369 size_t out_len = enc->to_wchar(&in, &in_len, wchar_buf, 128, &state); in mb_drop_chars()
2396 size_t out_len = enc->to_wchar(&in, &in_len, wchar_buf, 128, &state); in mb_pick_chars()
2419 out_len = enc->to_wchar(&in, &in_len, wchar_buf, 128, &state); in mb_trim_string()
2470 out_len = enc->to_wchar(&in, &in_len, wchar_buf, 128, &state); in mb_trim_string()
3085 …size_t out_len = encoding->to_wchar(&in, &in_len, wchar_buf + buf_offset, 64 - buf_offset, &state); in jp_kana_convert()
3501 size_t out_len = encoding->to_wchar(&in, &in_len, wchar_buf, 32, &state); in html_numeric_entity_encode()
4425 size_t out_len = encoding->to_wchar(&in, &length, wchar_buf, 8, &state); in php_mb_check_encoding()
4434 out_len = encoding->to_wchar(&in, &length, wchar_buf, 128, &state); in php_mb_check_encoding()
[all …]
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h234 mb_to_wchar_fn to_wchar; member
H A Dmbfl_convert.c362 size_t out_len = from->to_wchar(&in, &in_len, wchar_buf, 128, &state); in mb_fast_convert()
H A Dmbfilter.c470 len += encoding->to_wchar(&in, &in_len, wchar_buf, 128, &state); in mbfl_strlen()

Completed in 42 milliseconds