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

/forgerock/web-agents-v4/pcre/
H A Dpcre_xclass.c136 BOOL isprop = t == XCL_PROP; local
141 if (isprop) return !negated;
146 prop->chartype == ucp_Lt) == isprop) return !negated;
150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
155 if ((data[1] == prop->chartype) == isprop) return !negated;
159 if ((data[1] == prop->script) == isprop) return !negated;
164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
178 if (isprop) return !negated;
182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
191 == isprop)
[all...]

Completed in 85 milliseconds