Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5292 uint32_t firstcu, reqcu; in compile_branch() local
5462 *firstcuptr = firstcu; in compile_branch()
5495 zerofirstcu = firstcu; in compile_branch()
5514 zerofirstcu = firstcu; in compile_branch()
6004 zerofirstcu = firstcu; in compile_branch()
7983 uint32_t firstcu, reqcu; in compile_regex() local
8005 firstcu = reqcu = 0; in compile_regex()
10355 if (firstcu < 128 || (!utf && !ucp && firstcu < 255)) in pcre2_compile()
10357 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
10366 else if (ucp && !utf && UCD_OTHERCASE(firstcu) != firstcu) in pcre2_compile()
[all …]

Completed in 27 milliseconds