Home
last modified time | relevance | path

Searched refs:end1 (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dutf16_le.c118 const UChar* end1 = end - 1; in is_valid_mbc_string() local
120 while (p < end1) { in is_valid_mbc_string()
H A Dregexec.c2211 UChar *p1, *p2, *end1, *s2, *end2; in string_cmp_ic() local
2215 end1 = s1 + mblen; in string_cmp_ic()
2217 while (s1 < end1) { in string_cmp_ic()
2218 len1 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s1, end1, buf1); in string_cmp_ic()
/PHP-7.3/ext/standard/
H A Dstring.c3603 const char *end1 = (char *) txt1 + len1; local
3609 for (p = (char *) txt1; p < end1; p++) {
3611 for (l = 0; (p + l < end1) && (q + l < end2) && (p[l] == q[l]); l++);
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6230 static PCRE2_SPTR SLJIT_FUNC do_utf_caselesscmp(PCRE2_SPTR src1, PCRE2_SPTR src2, PCRE2_SPTR end1, … in do_utf_caselesscmp() argument
6237 while (src1 < end1) in do_utf_caselesscmp()

Completed in 151 milliseconds