Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2198 unsigned int othercase; in internal_dfa_match() local
2200 othercase = fcc[c]; in internal_dfa_match()
2202 othercase = UCD_OTHERCASE(c); in internal_dfa_match()
2203 if (d == othercase) { ADD_NEW(state_offset + dlen + 1, 0); } in internal_dfa_match()
H A Dpcre2_compile.c4828 uint32_t c, othercase, next; in get_othercase_range() local
4842 if ((othercase = UCD_OTHERCASE(c)) != c) break; in get_othercase_range()
4851 *ocptr = othercase; in get_othercase_range()
4852 next = othercase + 1; in get_othercase_range()
H A Dpcre2_match.c1221 uint32_t othercase; in match() local
1224 (othercase = UCD_OTHERCASE(fc)) != fc) in match()
1225 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
H A Dpcre2_jit_compile.c5371 PCRE2_UCHAR othercase[4]; in scan_prefix() local
5373 PCRE2_UCHAR othercase[2]; in scan_prefix() local
5375 PCRE2_UCHAR othercase[1]; in scan_prefix() local
5713 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()
5722 othercase[0] = UCD_OTHERCASE(chr); in scan_prefix()
5725 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()
5731 othercase[0] = 0; /* Stops compiler warning - PH */ in scan_prefix()
5738 oc = othercase; in scan_prefix()

Completed in 67 milliseconds