Searched refs:php_next_utf8_char (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | html.h | 60 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
|
H A D | html.c | 363 PHPAPI unsigned int php_next_utf8_char( in php_next_utf8_char() function
|
/PHP-7.1/ext/json/ |
H A D | json_encoder.c | 261 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 D | xml.c | 640 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()
|
Completed in 33 milliseconds