Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4923 uint32_t firstcu, reqcu; in compile_branch() local
5090 *firstcuptr = firstcu; in compile_branch()
5123 zerofirstcu = firstcu; in compile_branch()
5142 zerofirstcu = firstcu; in compile_branch()
5594 zerofirstcu = firstcu; in compile_branch()
6145 zerofirstcu = firstcu; in compile_branch()
7532 uint32_t firstcu, reqcu; in compile_regex() local
7554 firstcu = reqcu = 0; in compile_regex()
9821 if (firstcu < 128 || (!utf && firstcu < 255)) in pcre2_compile()
9823 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
[all …]

Completed in 22 milliseconds