Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_xclass.c136 BOOL isprop = t == XCL_PROP; in PRIV()
H A Dpcre_internal.h1835 #define XCL_PROP 3 /* Unicode property (2-byte property code follows) */ macro
H A DHACKING346 XCL_PROP a Unicode property (type, value) follows
H A Dpcre_compile.c5042 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
5241 XCL_PROP : XCL_NOTPROP; in compile_branch()
H A Dpcre_jit_compile.c4838 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
5072 if ((cc[-1] == XCL_NOTPROP && compares > 0) || (cc[-1] == XCL_PROP && compares == 0)) in compile_xclass_matchingpath()
5420 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()

Completed in 92 milliseconds