Searched refs:XCL_PROP (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_xclass.c96 encounter XCL_PROP or XCL_NOTPROP when UCP support is not compiled. */
133 else /* XCL_PROP & XCL_NOTPROP */
136 BOOL isprop = t == XCL_PROP;
H A Dpcre_printint.c722 case XCL_PROP:
H A Dpcre_compile.c4942 that are not available via \p or \P generate XCL_PROP/XCL_NOTPROP
4974 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP;
5157 XCL_PROP : XCL_NOTPROP;
H A Dpcre_jit_compile.c4790 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP);
5020 if ((cc[-1] == XCL_NOTPROP && compares > 0) || (cc[-1] == XCL_PROP && compares == 0))
5368 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP;

Completed in 97 milliseconds