Searched refs:XCL_NOTPROP (Results 1 – 5 of 5) sorted by relevance
715 case XCL_NOTPROP: in pcre2_printint()
1258 #define XCL_NOTPROP 4 /* Unicode inverted property (ditto) */ macro
5536 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()5701 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()5707 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()5807 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()5808 if (*cc == XCL_NOTPROP) in compile_xclass_matchingpath()6369 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
4467 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()4668 XCL_PROP : XCL_NOTPROP; in compile_branch()
380 XCL_NOTPROP a Unicode property (type, value) follows