Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c84 if ((*data & XCL_HASPROP) == 0) in PRIV()
Dpcre_printint.c660 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre_printint()
Dpcre_study.c1318 if ((tcode[1 + LINK_SIZE] & XCL_HASPROP) != 0) in set_start_bits()
Dpcre_internal.h1826 #define XCL_HASPROP 0x04 /* Flag: property checks are present. */ macro
Dpcre_compile.c3297 if ((*xclass_flags & XCL_HASPROP) != 0) return FALSE; in compare_opcodes()
5547 if (xclass_has_prop) *code |= XCL_HASPROP; in compile_branch()
Dpcre_jit_compile.c4901 if ((cc[-1] & XCL_HASPROP) == 0) in compile_xclass_matchingpath()
5419 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()