Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_xclass.c137 BOOL isprop = t == XCL_PROP; in xclass() local
143 if (isprop) return !negated; in xclass()
148 prop->chartype == ucp_Lt) == isprop) return !negated; in xclass()
152 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in xclass()
157 if ((data[1] == prop->chartype) == isprop) return !negated; in xclass()
161 if ((data[1] == prop->script) == isprop) return !negated; in xclass()
167 if (ok == isprop) return !negated; in xclass()
172 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in xclass()
186 if (isprop) return !negated; in xclass()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in xclass()
[all...]

Completed in 1 milliseconds