Home
last modified time | relevance | path

Searched refs:php_mb_mbchar_bytes_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/mbstring/
H A Dmbstring.h127 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc);
H A Dphp_mbregex.c723 clen = (int) php_mb_mbchar_bytes_ex(p, enc); in mb_regex_substitute()
731 clen = (int) php_mb_mbchar_bytes_ex(++p, enc); in mb_regex_substitute()
760 clen = (int) php_mb_mbchar_bytes_ex(++p, enc); in mb_regex_substitute()
773 clen = (int) php_mb_mbchar_bytes_ex(name_end, enc); in mb_regex_substitute()
H A Dmbstring.c1124 size_t j = php_mb_mbchar_bytes_ex(start+i, (const mbfl_encoding *)encoding); in php_mb_rfc1867_substring_conf()
1156 pos += php_mb_mbchar_bytes_ex(pos, (const mbfl_encoding *)encoding); in php_mb_rfc1867_getword()
1169 pos += php_mb_mbchar_bytes_ex(pos, (const mbfl_encoding *)encoding); in php_mb_rfc1867_getword()
5237 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes_ex() function
5257 return php_mb_mbchar_bytes_ex(s, MBSTRG(internal_encoding)); in php_mb_mbchar_bytes()
5275 nb = php_mb_mbchar_bytes_ex(p, enc); in php_mb_safe_strrchr_ex()
5290 nbytes_char = php_mb_mbchar_bytes_ex(p, enc); in php_mb_safe_strrchr_ex()

Completed in 25 milliseconds