Searched refs:XCL_NOTPROP (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcre_printint.c717 case XCL_NOTPROP:
H A Dpcre_compile.c4938 that are not available via \p or \P generate XCL_PROP/XCL_NOTPROP
4970 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP;
5153 XCL_PROP : XCL_NOTPROP;
H A Dpcre_jit_compile.c4790 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP);
5012 if (*cc == XCL_NOTPROP)
5020 if ((cc[-1] == XCL_NOTPROP && compares > 0) || (cc[-1] == XCL_PROP && compares == 0))
5023 else if (cc[-1] == XCL_NOTPROP)
5368 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP;

Completed in 108 milliseconds