Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_xclass.c135 if (t == XCL_PROP) return !negated; in PRIV()
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated; in PRIV()
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP)) in PRIV()
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated; in PRIV()
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated; in PRIV()
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP)) in PRIV()
165 == (t == XCL_PROP)) in PRIV()
172 c == CHAR_FF || c == CHAR_CR) == (t == XCL_PROP)) in PRIV()
179 == (t == XCL_PROP)) in PRIV()
H A Dpcre_printint.src475 if (ch == XCL_PROP)
H A Dpcre_internal.h1850 #define XCL_PROP 3 /* Unicode property (2-byte property code follows) */ macro
H A Dpcre_compile.c4391 XCL_PROP : XCL_NOTPROP; in compile_branch()

Completed in 38 milliseconds