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.c658 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre2_printint()
Dpcre2_auto_possess.c697 if ((*xclass_flags & XCL_HASPROP) != 0) return FALSE; in compare_opcodes()
Dpcre2_study.c1400 if ((tcode[1 + LINK_SIZE] & XCL_HASPROP) != 0 || in set_start_bits()
Dpcre2_internal.h1252 #define XCL_HASPROP 0x04 /* Flag: property checks are present. */ macro
Dpcre2_compile.c5018 if (xclass_has_prop) *code |= XCL_HASPROP; in compile_branch()
Dpcre2_jit_compile.c5607 if ((cc[-1] & XCL_HASPROP) == 0) in compile_xclass_matchingpath()
6368 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()