Home
last modified time | relevance | path

Searched refs:XCL_NOTPROP (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c718 case XCL_NOTPROP: in pcre2_printint()
H A Dpcre2_internal.h1293 #define XCL_NOTPROP 4 /* Unicode inverted property (ditto) */ macro
H A Dpcre2_jit_compile.c7397 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7584 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7590 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7715 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7716 if (*cc == XCL_NOTPROP) in compile_xclass_matchingpath()
8545 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
H A Dpcre2_compile.c5697 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
5876 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()

Completed in 68 milliseconds