Lines Matching refs:firstcu
3867 uint32_t firstcu, reqcu; in compile_branch() local
3927 firstcu = reqcu = zerofirstcu = zeroreqcu = 0; in compile_branch()
4169 *firstcuptr = firstcu; in compile_branch()
4212 zerofirstcu = firstcu; in compile_branch()
4309 zerofirstcu = firstcu; in compile_branch()
4895 zerofirstcu = firstcu; in compile_branch()
4979 zerofirstcu = firstcu; in compile_branch()
5094 firstcu = zerofirstcu; /* Adjust for zero repeat */ in compile_branch()
5542 reqcu = firstcu; in compile_branch()
7162 zerofirstcu = firstcu; in compile_branch()
7178 firstcu = subfirstcu; in compile_branch()
7252 zerofirstcu = firstcu; in compile_branch()
7513 firstcu = mcbuffer[0] | req_caseopt; in compile_branch()
7514 firstcu = mcbuffer[0]; in compile_branch()
7531 zerofirstcu = firstcu; in compile_branch()
7603 uint32_t firstcu, reqcu; in compile_regex() local
7626 firstcu = reqcu = 0; in compile_regex()
7709 firstcu = branchfirstcu; in compile_regex()
7726 if (firstcuflags != branchfirstcuflags || firstcu != branchfirstcu) in compile_regex()
7732 reqcu = firstcu; in compile_regex()
7852 *firstcuptr = firstcu; in compile_regex()
8329 uint32_t firstcu, reqcu; /* Value of first/req code unit */ in pcre2_compile() local
8658 FALSE, 0, 0, &firstcu, &firstcuflags, &reqcu, &reqcuflags, NULL, in pcre2_compile()
8771 0, 0, &firstcu, &firstcuflags, &reqcu, &reqcuflags, NULL, &cb, NULL); in pcre2_compile()
8967 firstcu = find_firstassertedcu(codestart, &firstcuflags, FALSE); in pcre2_compile()
8973 re->first_codeunit = firstcu; in pcre2_compile()
8980 if (firstcu < 128 || (!utf && firstcu < 255)) in pcre2_compile()
8982 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
8991 else if (firstcu <= MAX_UTF_CODE_POINT && in pcre2_compile()
8992 UCD_OTHERCASE(firstcu) != firstcu) in pcre2_compile()