Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c4083 unsigned int wchar_buf_offset = 0; in html_numeric_entity_decode() local
4087 … out_len = encoding->to_wchar(&in, &in_len, wchar_buf + wchar_buf_offset, 127 - wchar_buf_offset, … in html_numeric_entity_decode()
4088 out_len += wchar_buf_offset; in html_numeric_entity_decode()
4096 if (wchar_buf_offset == 0) { in html_numeric_entity_decode()
4130 wchar_buf_offset = p2 - p; in html_numeric_entity_decode()
4167 wchar_buf_offset = p2 - p; in html_numeric_entity_decode()
4200 wchar_buf_offset = 1; in html_numeric_entity_decode()
4224 wchar_buf_offset = 0; in html_numeric_entity_decode()

Completed in 34 milliseconds