Searched refs:XCL_PROP (Results 1 – 5 of 5) sorted by relevance
138 BOOL isprop = t == XCL_PROP; in PRIV()
766 case XCL_PROP: in pcre2_printint()
1335 #define XCL_PROP 3 /* Unicode property (2-byte property code follows) */ macro
7720 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7723 if (*cc == PT_CLIST && cc[-1] == XCL_PROP) in compile_xclass_matchingpath()7745 if (cc[-1] == XCL_PROP) in compile_xclass_matchingpath()7970 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()8009 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()8047 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()8110 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()8231 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()9054 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
6064 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()6249 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()
Completed in 79 milliseconds