Searched refs:XCL_NOT (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_xclass.c | 72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
|
D | pcre2_study.c | 1450 (tcode[1 + LINK_SIZE] & (XCL_MAP|XCL_NOT)) == XCL_NOT) in set_start_bits()
|
D | pcre2_printint.c | 655 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()
|
D | pcre2_auto_possess.c | 733 if (list[1] == 0) return (*xclass_flags & XCL_NOT) == 0; in compare_opcodes()
|
D | pcre2_internal.h | 1241 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
|
D | pcre2_jit_compile.c | 6440 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath() 6564 read_char_range(common, min, max, (cc[-1] & XCL_NOT) != 0); in compile_xclass_matchingpath() 6589 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJI… in compile_xclass_matchingpath()
|
D | pcre2_compile.c | 5655 *code = negate_class? XCL_NOT:0; in compile_branch()
|
/external/pcre/dist2/ |
D | HACKING | 589 XCL_NOT indicates that this is a negative class, and XCL_MAP indicates that a 603 When XCL_NOT is set, the bit map, if present, contains bits for characters that
|