Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c85 if ((*data & XCL_HASPROP) == 0) in PRIV()
Dpcre2_printint.c657 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre2_printint()
Dpcre2_auto_possess.c729 if ((*xclass_flags & XCL_HASPROP) != 0) return FALSE; in compare_opcodes()
Dpcre2_study.c1449 if ((tcode[1 + LINK_SIZE] & XCL_HASPROP) != 0 || in set_start_bits()
Dpcre2_internal.h1243 #define XCL_HASPROP 0x04 /* Flag: property checks are present. */ macro
Dpcre2_compile.c5656 if (xclass_has_prop) *code |= XCL_HASPROP; in compile_branch()
Dpcre2_jit_compile.c6566 if ((cc[-1] & XCL_HASPROP) == 0) in compile_xclass_matchingpath()
7456 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()