Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dhtml.h60 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
H A Dhtml.c363 PHPAPI unsigned int php_next_utf8_char( in php_next_utf8_char() function
/PHP-7.1/ext/json/
H A Djson_encoder.c261 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in php_json_utf8_to_utf16()
277 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in php_json_utf8_to_utf16()
342 us = php_next_utf8_char((const unsigned char *)s, len, &pos, &status); in php_json_escape_string()
/PHP-7.1/ext/xml/
H A Dxml.c640 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()

Completed in 18 milliseconds