Searched refs:XCL_NOTPROP (Results 1 – 5 of 5) sorted by relevance
749 case XCL_NOTPROP: in pcre2_printint()
7562 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7602 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()7765 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7771 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()7804 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7810 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()7842 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7847 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()7854 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()7905 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()[all …]
1318 #define XCL_NOTPROP 4 /* Unicode inverted property (ditto) */ macro
5803 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()5985 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()
600 XCL_NOTPROP a Unicode property (type, value) follows