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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_xclass.c91 encounter XCL_PROP or XCL_NOTPROP when UCP support is not compiled. */
128 else /* XCL_PROP & XCL_NOTPROP */
135 if (t == XCL_PROP) return !negated;
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated;
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
165 == (t == XCL_PROP))
172 c == CHAR_FF || c == CHAR_CR) == (t == XCL_PROP))
[all...]
H A Dpcre_printint.c618 if (ch == XCL_PROP)
H A Dpcre_jit_compile.c3000 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP);
3169 if ((cc[-1] == XCL_NOTPROP && compares > 0) || (cc[-1] == XCL_PROP && compares == 0))
3369 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP;
H A Dpcre_compile.c4260 XCL_PROP : XCL_NOTPROP;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_xclass.c91 encounter XCL_PROP or XCL_NOTPROP when UCP support is not compiled. */
128 else /* XCL_PROP & XCL_NOTPROP */
135 if (t == XCL_PROP) return !negated;
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated;
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
165 == (t == XCL_PROP))
172 c == CHAR_FF || c == CHAR_CR) == (t == XCL_PROP))
[all...]
H A Dpcre_printint.c618 if (ch == XCL_PROP)
H A Dpcre_jit_compile.c3000 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP);
3169 if ((cc[-1] == XCL_NOTPROP && compares > 0) || (cc[-1] == XCL_PROP && compares == 0))
3369 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP;
H A Dpcre_compile.c4260 XCL_PROP : XCL_NOTPROP;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_xclass.c91 encounter XCL_PROP or XCL_NOTPROP when UCP support is not compiled. */
128 else /* XCL_PROP & XCL_NOTPROP */
135 if (t == XCL_PROP) return !negated;
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated;
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
165 == (t == XCL_PROP))
172 c == CHAR_FF || c == CHAR_CR) == (t == XCL_PROP))
[all...]
H A Dpcre_printint.c618 if (ch == XCL_PROP)
H A Dpcre_jit_compile.c3000 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP);
3169 if ((cc[-1] == XCL_NOTPROP && compares > 0) || (cc[-1] == XCL_PROP && compares == 0))
3369 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP;
H A Dpcre_compile.c4260 XCL_PROP : XCL_NOTPROP;

Completed in 321 milliseconds