Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3953 BOOL xclass_has_prop; in compile_branch() local
4340 xclass_has_prop = FALSE; in compile_branch()
4470 xclass_has_prop = TRUE; in compile_branch()
4671 xclass_has_prop = TRUE; in compile_branch()
4881 !xclass_has_prop && in compile_branch()
5002 if (xclass && (xclass_has_prop || !should_flip_negation || in compile_branch()
5005 if (xclass && (xclass_has_prop || !should_flip_negation)) in compile_branch()
5018 if (xclass_has_prop) *code |= XCL_HASPROP; in compile_branch()
5028 if (negate_class && !xclass_has_prop) in compile_branch()