Home
last modified time | relevance | path

Searched refs:next_pos (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c682 int next_pos = 0; in grapheme_extract_count_iter() local
686 next_pos = ubrk_next(bi); in grapheme_extract_count_iter()
688 if ( UBRK_DONE == next_pos ) { in grapheme_extract_count_iter()
691 ret_pos = next_pos; in grapheme_extract_count_iter()
/PHP-8.0/ext/iconv/
H A Diconv.c122 …tr *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode);
1186 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode() argument
1204 if (next_pos != NULL) { in _php_iconv_mime_decode()
1205 *next_pos = NULL; in _php_iconv_mime_decode()
1718 if (next_pos != NULL) { in _php_iconv_mime_decode()
1719 *next_pos = p1; in _php_iconv_mime_decode()
2132 const char *next_pos; in PHP_FUNCTION() local
2134 …iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_len_tmp, charset, &next_pos, (int)mode))) { in PHP_FUNCTION()
2181 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION()
2182 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()

Completed in 19 milliseconds