Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c87 if ((*data & XCL_MAP) == 0) return negated; in PRIV()
90 if ((*data & XCL_MAP) != 0 && in PRIV()
99 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(PCRE2_UCHAR); in PRIV()
Dpcre2_study.c1401 (tcode[1 + LINK_SIZE] & (XCL_MAP|XCL_NOT)) == XCL_NOT) in set_start_bits()
1407 classmap = ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0)? NULL : in set_start_bits()
Dpcre2_printint.c655 printmap = (*ccode & XCL_MAP) != 0; in pcre2_printint()
Dpcre2_auto_possess.c698 if ((*xclass_flags & XCL_MAP) == 0) in compare_opcodes()
Dpcre2_internal.h1251 #define XCL_MAP 0x02 /* Flag: a 32-byte map is present */ macro
Dpcre2_jit_compile.c5503 if (cc[-1] & XCL_MAP) in compile_xclass_matchingpath()
5609 if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()
5633 else if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()
Dpcre2_compile.c5025 *code++ |= XCL_MAP; in compile_branch()
/external/pcre/dist2/
DHACKING372 XCL_NOT indicates that this is a negative class, and XCL_MAP indicates that a
373 bit map is present. There follows the bit map, if XCL_MAP is set, and then a