Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
Dpcre2_study.c1401 (tcode[1 + LINK_SIZE] & (XCL_MAP|XCL_NOT)) == XCL_NOT) in set_start_bits()
Dpcre2_printint.c656 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()
Dpcre2_internal.h1250 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
Dpcre2_jit_compile.c5481 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()
5605 read_char_range(common, min, max, (cc[-1] & XCL_NOT) != 0); in compile_xclass_matchingpath()
5630 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJI… in compile_xclass_matchingpath()
Dpcre2_compile.c5017 *code = negate_class? XCL_NOT:0; in compile_branch()
/external/pcre/dist2/
DHACKING372 XCL_NOT indicates that this is a negative class, and XCL_MAP indicates that a
386 When XCL_NOT is set, the bit map, if present, contains bits for characters that