Home
last modified time | relevance | path

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

/PHP-5.5/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.c351 PHPAPI unsigned int php_next_utf8_char( in php_next_utf8_char() function
/PHP-5.5/ext/json/
H A Djson.c371 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in json_utf8_to_utf16()
387 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in json_utf8_to_utf16()
/PHP-5.5/ext/xml/
H A Dxml.c688 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()
/PHP-5.5/
H A DNEWS2485 . Fixed bug #63588 (use php_next_utf8_char and remove duplicate

Completed in 39 milliseconds