Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c3826 unsigned int wchar_buf_offset = 0; in html_numeric_entity_decode() local
3830 … out_len = encoding->to_wchar(&in, &in_len, wchar_buf + wchar_buf_offset, 127 - wchar_buf_offset, … in html_numeric_entity_decode()
3831 out_len += wchar_buf_offset; in html_numeric_entity_decode()
3839 if (wchar_buf_offset == 0) { in html_numeric_entity_decode()
3873 wchar_buf_offset = p2 - p; in html_numeric_entity_decode()
3910 wchar_buf_offset = p2 - p; in html_numeric_entity_decode()
3943 wchar_buf_offset = 1; in html_numeric_entity_decode()
3967 wchar_buf_offset = 0; in html_numeric_entity_decode()

Completed in 33 milliseconds