Searched refs:firstcu (Results 1 – 1 of 1) sorted by relevance
5650 uint32_t firstcu, reqcu; in compile_branch() local5819 *firstcuptr = firstcu; in compile_branch()5852 zerofirstcu = firstcu; in compile_branch()5871 zerofirstcu = firstcu; in compile_branch()6378 zerofirstcu = firstcu; in compile_branch()8392 uint32_t firstcu, reqcu; in compile_regex() local8415 firstcu = reqcu = 0; in compile_regex()10852 if (firstcu < 128 || (!utf && !ucp && firstcu < 255)) in pcre2_compile()10854 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()10863 else if (ucp && !utf && UCD_OTHERCASE(firstcu) != firstcu) in pcre2_compile()[all …]
Completed in 24 milliseconds