Lines Matching refs:cnt
726 size_t cnt; in _php_iconv_strlen() local
749 for (in_p = str, in_left = nbytes, cnt = 0; more;) { in _php_iconv_strlen()
760 cnt += (sizeof(buf) - out_left) / GENERIC_SUPERSET_NBYTES; in _php_iconv_strlen()
776 *pretval = cnt; in _php_iconv_strlen()
784 *pretval = cnt; in _php_iconv_strlen()
810 size_t cnt; in _php_iconv_substr() local
869 for (in_p = str, in_left = nbytes, cnt = 0; more; ++cnt) { in _php_iconv_substr()
880 if ((zend_long)cnt >= offset) { in _php_iconv_substr()
958 size_t cnt; in _php_iconv_strpos() local
1001 for (in_p = haystk, in_left = haystk_nbytes, cnt = 0; more; ++cnt) { in _php_iconv_strpos()
1032 if (cnt >= (size_t)offset) { in _php_iconv_strpos()
1035 match_ofs = cnt; in _php_iconv_strpos()
1076 match_ofs = cnt; in _php_iconv_strpos()