Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.h50 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, ze…
H A Dhtml.c355 PHPAPI unsigned int php_next_utf8_char( in php_next_utf8_char() function
H A Dstring.c6260 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status);
/php-src/ext/json/
H A Djson_encoder.c377 us = php_next_utf8_char((unsigned char *)s, len, &pos, &status); in php_json_escape_string()
/php-src/ext/xml/
H A Dxml.c518 c = php_next_utf8_char((const unsigned char*)s, len, &pos, &status); in xml_utf8_decode()

Completed in 36 milliseconds