Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5572 *reqcuptr = reqcu; in compile_branch()
5605 zeroreqcu = reqcu; in compile_branch()
6117 zeroreqcu = reqcu; in compile_branch()
6685 zeroreqcu = reqcu; in compile_branch()
7871 zeroreqcu = reqcu; in compile_branch()
8132 firstcu = reqcu = 0; in compile_regex()
8306 *reqcuptr = reqcu; in compile_regex()
10549 if (reqcu < 128 || (!utf && !ucp && reqcu < 255)) in pcre2_compile()
10551 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10555 else if (ucp && !utf && UCD_OTHERCASE(reqcu) != reqcu) in pcre2_compile()
[all …]

Completed in 32 milliseconds