Searched refs:get_next_char (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | html.c | 87 /* {{{ get_next_char 89 static inline unsigned int get_next_char( function 350 * Public interface for get_next_char used with UTF-8 */ 357 return get_next_char(cs_utf_8, str, str_len, cursor, status); 1165 next_char = get_next_char(charset, old, oldlen, cursor, &status); 1275 unsigned int this_char = get_next_char(charset, old, oldlen, &cursor, &status);
|
Completed in 5 milliseconds