Searched refs:next_pos (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/intl/grapheme/ |
H A D | grapheme_string.c | 745 int next_pos = 0; in grapheme_extract_count_iter() local 749 next_pos = ubrk_next(bi); in grapheme_extract_count_iter() 751 if ( UBRK_DONE == next_pos ) { in grapheme_extract_count_iter() 754 ret_pos = next_pos; in grapheme_extract_count_iter()
|
/PHP-7.1/ext/iconv/ |
H A D | iconv.c | 213 …tr *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode); 1484 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode() argument 1502 if (next_pos != NULL) { in _php_iconv_mime_decode() 1503 *next_pos = NULL; in _php_iconv_mime_decode() 2021 if (next_pos != NULL) { in _php_iconv_mime_decode() 2022 *next_pos = p1; in _php_iconv_mime_decode() 2419 const char *next_pos; in PHP_FUNCTION() local 2421 …iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_len_tmp, charset, &next_pos, (int)mode))) { in PHP_FUNCTION() 2468 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION() 2469 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()
|
Completed in 20 milliseconds