Searched refs:php_mb_mbchar_bytes_ex (Results 1 – 3 of 3) sorted by relevance
146 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc);
1095 size_t j = php_mb_mbchar_bytes_ex(start+i, (const mbfl_encoding *)encoding); in php_mb_rfc1867_substring_conf()1127 pos += php_mb_mbchar_bytes_ex(pos, (const mbfl_encoding *)encoding); in php_mb_rfc1867_getword()1140 pos += php_mb_mbchar_bytes_ex(pos, (const mbfl_encoding *)encoding); in php_mb_rfc1867_getword()4793 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes_ex() function4813 return php_mb_mbchar_bytes_ex(s, MBSTRG(internal_encoding)); in php_mb_mbchar_bytes()4831 nb = php_mb_mbchar_bytes_ex(p, enc); in php_mb_safe_strrchr_ex()4846 nbytes_char = php_mb_mbchar_bytes_ex(p, enc); in php_mb_safe_strrchr_ex()
922 int fwd = (int) php_mb_mbchar_bytes_ex(p, enc); in _php_mb_regex_ereg_replace_exec()
Completed in 26 milliseconds