Home
last modified time | relevance | path

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

/PHP-8.4/ext/mbstring/
H A Dmbstring.c4113 unsigned int wchar_buf_offset = 0; in html_numeric_entity_decode() local
4117 … out_len = encoding->to_wchar(&in, &in_len, wchar_buf + wchar_buf_offset, 127 - wchar_buf_offset, … in html_numeric_entity_decode()
4118 out_len += wchar_buf_offset; in html_numeric_entity_decode()
4126 if (wchar_buf_offset == 0) { in html_numeric_entity_decode()
4160 wchar_buf_offset = p2 - p; in html_numeric_entity_decode()
4197 wchar_buf_offset = p2 - p; in html_numeric_entity_decode()
4230 wchar_buf_offset = 1; in html_numeric_entity_decode()
4254 wchar_buf_offset = 0; in html_numeric_entity_decode()

Completed in 23 milliseconds