Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5820 *reqcuptr = reqcu; in compile_branch()
5853 zeroreqcu = reqcu; in compile_branch()
6379 zeroreqcu = reqcu; in compile_branch()
6950 zeroreqcu = reqcu; in compile_branch()
8128 zeroreqcu = reqcu; in compile_branch()
8413 firstcu = reqcu = 0; in compile_regex()
8601 *reqcuptr = reqcu; in compile_regex()
10910 if (reqcu < 128 || (!utf && !ucp && reqcu < 255)) in pcre2_compile()
10912 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10916 else if (ucp && !utf && UCD_OTHERCASE(reqcu) != reqcu) in pcre2_compile()
[all …]

Completed in 35 milliseconds