Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c137 BOOL isprop = t == XCL_PROP; in PRIV() local
142 if (isprop) return !negated; in PRIV()
147 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
156 if ((data[1] == prop->chartype) == isprop) return !negated; in PRIV()
160 if ((data[1] == prop->script) == isprop) return !negated; in PRIV()
165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
179 if (isprop) return !negated; in PRIV()
183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
192 == isprop) in PRIV()
[all …]