Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_printint.c718 case XCL_NOTPROP: in pcre2_printint()
Dpcre2_internal.h1293 #define XCL_NOTPROP 4 /* Unicode inverted property (ditto) */ macro
Dpcre2_jit_compile.c7474 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7661 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7667 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7792 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7793 if (*cc == XCL_NOTPROP) in compile_xclass_matchingpath()
8622 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
Dpcre2_compile.c5698 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
5877 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()
/external/pcre/dist2/
DHACKING599 XCL_NOTPROP a Unicode property (type, value) follows