Searched refs:XCL_PROP (Results 1 – 6 of 6) sorted by relevance
137 BOOL isprop = t == XCL_PROP; in PRIV()
720 case XCL_PROP: in pcre2_printint()
1257 #define XCL_PROP 3 /* Unicode property (2-byte property code follows) */ macro
5536 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()5558 if (cc[-1] == XCL_PROP) in compile_xclass_matchingpath()5701 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()5807 SLJIT_ASSERT(*cc == XCL_PROP || *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()
379 XCL_PROP a Unicode property (type, value) follows