Lines Matching refs:reqcu
3867 uint32_t firstcu, reqcu; in compile_branch() local
3927 firstcu = reqcu = zerofirstcu = zeroreqcu = 0; in compile_branch()
4171 *reqcuptr = reqcu; in compile_branch()
4214 zeroreqcu = reqcu; in compile_branch()
4886 zeroreqcu = reqcu; in compile_branch()
4981 zeroreqcu = reqcu; in compile_branch()
5096 reqcu = zeroreqcu; /* Ditto */ in compile_branch()
5223 reqcu = c; in compile_branch()
5542 reqcu = firstcu; in compile_branch()
7160 zeroreqcu = reqcu; in compile_branch()
7201 reqcu = subreqcu; in compile_branch()
7216 reqcu = subreqcu; in compile_branch()
7254 zeroreqcu = reqcu; in compile_branch()
7505 zeroreqcu = reqcu; in compile_branch()
7519 reqcu = code[-1]; in compile_branch()
7533 zeroreqcu = reqcu; in compile_branch()
7537 reqcu = code[-1]; in compile_branch()
7603 uint32_t firstcu, reqcu; in compile_regex() local
7626 firstcu = reqcu = 0; in compile_regex()
7711 reqcu = branchreqcu; in compile_regex()
7732 reqcu = firstcu; in compile_regex()
7752 reqcu != branchreqcu) in compile_regex()
7756 reqcu = branchreqcu; in compile_regex()
7854 *reqcuptr = reqcu; 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()
8779 reqcu = 0; /* Must disable after (*ACCEPT) */ in pcre2_compile()
9015 re->last_codeunit = reqcu; in pcre2_compile()
9022 if (reqcu < 128 || (!utf && reqcu < 255)) in pcre2_compile()
9024 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
9027 else if (reqcu <= MAX_UTF_CODE_POINT && UCD_OTHERCASE(reqcu) != reqcu) in pcre2_compile()