Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c747 int next_pos = 0; in grapheme_extract_count_iter() local
751 next_pos = ubrk_next(bi); in grapheme_extract_count_iter()
753 if ( UBRK_DONE == next_pos ) { in grapheme_extract_count_iter()
756 ret_pos = next_pos; in grapheme_extract_count_iter()
/PHP-7.4/ext/iconv/
H A Diconv.c208 …tr *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode);
1461 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode() argument
1479 if (next_pos != NULL) { in _php_iconv_mime_decode()
1480 *next_pos = NULL; in _php_iconv_mime_decode()
1998 if (next_pos != NULL) { in _php_iconv_mime_decode()
1999 *next_pos = p1; in _php_iconv_mime_decode()
2406 const char *next_pos; in PHP_FUNCTION() local
2408 …iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_len_tmp, charset, &next_pos, (int)mode))) { in PHP_FUNCTION()
2455 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION()
2456 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()

Completed in 21 milliseconds