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

/PHP_TRUNK/ext/mbstring/
H A Dmbstring.c1076 size_t j = php_mb_mbchar_bytes_ex(start+i, (const mbfl_encoding *)encoding);
1108 pos += php_mb_mbchar_bytes_ex(pos, (const mbfl_encoding *)encoding);
1121 pos += php_mb_mbchar_bytes_ex(pos, (const mbfl_encoding *)encoding);
4582 /* {{{ MBSTRING_API size_t php_mb_mbchar_bytes_ex() */
4583 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) function
4603 return php_mb_mbchar_bytes_ex(s, MBSTRG(internal_encoding));
4621 nb = php_mb_mbchar_bytes_ex(p, enc);
4636 nbytes_char = php_mb_mbchar_bytes_ex(p, enc);
H A Dmbstring.h143 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc);
H A Dphp_mbregex.c918 int fwd = (int) php_mb_mbchar_bytes_ex(p, enc);

Completed in 11 milliseconds