Searched defs:next_pos (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 758 int pos = 0, next_pos = 0; local 762 next_pos = ubrk_next(bi); 764 if ( UBRK_DONE == next_pos ) { 767 pos = next_pos;
|
| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 207 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); 1388 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 1406 if (next_pos != NULL) { 1407 *next_pos = NULL; 1899 if (next_pos != NULL) { 1900 *next_pos = p1; 2312 const char *next_pos; local 2314 if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, encoded_str, encoded_str_len, charset, &next_pos, mode))) { 2363 encoded_str_len -= next_pos - encoded_str; 2364 encoded_str = next_pos; [all...] |
Completed in 6 milliseconds