Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dmbstring.c2442 int n, len, mblen; in PHP_FUNCTION() local
2482 len = (mblen - n); in PHP_FUNCTION()
2500 int n, len, mblen; in PHP_FUNCTION() local
2542 len = (mblen - n); in PHP_FUNCTION()
2594 mblen = mbfl_strlen(&haystack); in PHP_FUNCTION()
2604 len = (mblen - n); in PHP_FUNCTION()
2657 len = (mblen - n); in PHP_FUNCTION()
2748 mblen = 0; in PHP_FUNCTION()
2750 mblen = mbfl_strlen(&string); in PHP_FUNCTION()
2757 from = mblen + from; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/
H A Dphp_string.h161 # define php_mblen(ptr, len) mblen(ptr, len)
H A Dconfig.m4566 AC_CHECK_FUNCS([mblen])
/PHP-5.5/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 DHISTORY1297 2003/12/12: [impl] rename mb -> mbc, mblen() to enc_len().

Completed in 45 milliseconds