Searched refs:next_pos (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/intl/grapheme/ |
H A D | grapheme_string.c | 662 int next_pos = 0; in grapheme_extract_count_iter() local 666 next_pos = ubrk_next(bi); in grapheme_extract_count_iter() 668 if ( UBRK_DONE == next_pos ) { in grapheme_extract_count_iter() 671 ret_pos = next_pos; in grapheme_extract_count_iter()
|
/PHP-8.3/ext/iconv/ |
H A D | iconv.c | 153 …tr *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode); 1194 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode() argument 1212 if (next_pos != NULL) { in _php_iconv_mime_decode() 1213 *next_pos = NULL; in _php_iconv_mime_decode() 1728 if (next_pos != NULL) { in _php_iconv_mime_decode() 1729 *next_pos = p1; in _php_iconv_mime_decode() 2134 const char *next_pos; in PHP_FUNCTION() local 2136 …iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_len_tmp, charset, &next_pos, (int)mode))) { in PHP_FUNCTION() 2183 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION() 2184 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()
|
Completed in 19 milliseconds