Searched refs:XCL_PROP (Results 1 – 5 of 5) sorted by relevance
137 BOOL isprop = t == XCL_PROP; in PRIV()
754 case XCL_PROP: in pcre2_printint()
1317 #define XCL_PROP 3 /* Unicode property (2-byte property code follows) */ macro
7562 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7564 if (*cc == PT_CLIST && cc[-1] == XCL_PROP) in compile_xclass_matchingpath()7584 if (cc[-1] == XCL_PROP) in compile_xclass_matchingpath()7765 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7804 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7842 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()7905 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()8020 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()8853 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
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()
Completed in 70 milliseconds