Searched defs:next_pos (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 754 int pos = 0, next_pos = 0; local 758 next_pos = ubrk_next(bi); 760 if ( UBRK_DONE == next_pos ) { 763 pos = next_pos;
|
| /PHP_5_3/ext/iconv/ |
| H A D | iconv.c | 213 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode); 1320 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) argument 1338 if (next_pos != NULL) { 1339 *next_pos = NULL; 1831 if (next_pos != NULL) { 1832 *next_pos = p1; 2244 const char *next_pos; local 2246 if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, encoded_str, encoded_str_len, charset, &next_pos, mode))) { 2295 encoded_str_len -= next_pos - encoded_str; 2296 encoded_str = next_pos; [all...] |
Completed in 11 milliseconds