Home
last modified time | relevance | path

Searched refs:mblen (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/standard/
H A Dphp_string.h163 # define php_mblen(ptr, len) mblen(ptr, len)
164 # define php_mb_reset() php_ignore_value(mblen(NULL, 0))
H A Dconfig.m4518 AC_CHECK_FUNCS([mblen])
/PHP-7.1/ext/mbstring/
H A Dmbstring.c2533 int n, len, mblen; in PHP_FUNCTION() local
2586 len = (mblen - n); in PHP_FUNCTION()
2606 int n, len, mblen; in PHP_FUNCTION() local
2661 len = (mblen - n); in PHP_FUNCTION()
2738 len = (mblen - n); in PHP_FUNCTION()
2756 int n, len, mblen; in PHP_FUNCTION() local
2807 len = (mblen - n); in PHP_FUNCTION()
2879 int mblen; in PHP_FUNCTION() local
2908 mblen = 0; in PHP_FUNCTION()
2917 from = mblen + from; in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregexec.c977 UChar* s1, UChar** ps2, int mblen) in string_cmp_ic() argument
985 end1 = s1 + mblen; in string_cmp_ic()
986 end2 = s2 + mblen; in string_cmp_ic()
H A DHISTORY1321 2003/12/12: [impl] rename mb -> mbc, mblen() to enc_len().

Completed in 32 milliseconds