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.c5821 *reqcuptr = reqcu; in compile_branch()
5854 zeroreqcu = reqcu; in compile_branch()
6380 zeroreqcu = reqcu; in compile_branch()
6951 zeroreqcu = reqcu; in compile_branch()
8130 zeroreqcu = reqcu; in compile_branch()
8415 firstcu = reqcu = 0; in compile_regex()
8603 *reqcuptr = reqcu; in compile_regex()
10919 if (reqcu < 128 || (!utf && !ucp && reqcu < 255)) in pcre2_compile()
10921 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10925 else if (ucp && !utf && UCD_OTHERCASE(reqcu) != reqcu) in pcre2_compile()
[all …]

Completed in 28 milliseconds