Searched refs:php_next_utf8_char (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/json/ |
| H A D | json.c | 369 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); 385 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status);
|
| /PHP_TRUNK/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, int *status);
|
| H A D | html.c | 349 /* {{{ php_next_utf8_char 351 PHPAPI unsigned int php_next_utf8_char( function
|
| /PHP_TRUNK/ext/xml/ |
| H A D | xml.c | 688 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status);
|
Completed in 9 milliseconds