Searched refs:php_next_utf8_char (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/standard/ |
H A D | html.h | 50 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, ze…
|
H A D | html.c | 351 PHPAPI unsigned int php_next_utf8_char( in php_next_utf8_char() function
|
H A D | string.c | 6245 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status);
|
/php-src/ext/json/ |
H A D | json_encoder.c | 428 us = php_next_utf8_char((unsigned char *)s, len, &pos, &status); in php_json_escape_string()
|
/php-src/ext/xml/ |
H A D | xml.c | 521 c = php_next_utf8_char((const unsigned char*)s, len, &pos, &status); in xml_utf8_decode()
|
Completed in 34 milliseconds