Lines Matching refs:cnt
741 size_t cnt; in _php_iconv_strlen() local
764 for (in_p = str, in_left = nbytes, cnt = 0; more;) { in _php_iconv_strlen()
775 cnt += (sizeof(buf) - out_left) / GENERIC_SUPERSET_NBYTES; in _php_iconv_strlen()
791 *pretval = cnt; in _php_iconv_strlen()
799 *pretval = cnt; in _php_iconv_strlen()
825 size_t cnt; in _php_iconv_substr() local
884 for (in_p = str, in_left = nbytes, cnt = 0; more; ++cnt) { in _php_iconv_substr()
895 if ((zend_long)cnt >= offset) { in _php_iconv_substr()
973 size_t cnt; in _php_iconv_strpos() local
1016 for (in_p = haystk, in_left = haystk_nbytes, cnt = 0; more; ++cnt) { in _php_iconv_strpos()
1047 if (cnt >= (size_t)offset) { in _php_iconv_strpos()
1050 match_ofs = cnt; in _php_iconv_strpos()
1091 match_ofs = cnt; in _php_iconv_strpos()