Lines Matching defs:prop
106 const ucd_record *prop = GET_UCD(c);
115 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
116 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
120 if ((data[1] == _pcre_ucp_gentype[prop->chartype]) == (t == XCL_PROP))
125 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
129 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated;
133 if ((_pcre_ucp_gentype[prop->chartype] == ucp_L ||
134 _pcre_ucp_gentype[prop->chartype] == ucp_N) == (t == XCL_PROP))
139 if ((_pcre_ucp_gentype[prop->chartype] == ucp_Z ||
146 if ((_pcre_ucp_gentype[prop->chartype] == ucp_Z ||
153 if ((_pcre_ucp_gentype[prop->chartype] == ucp_L ||
154 _pcre_ucp_gentype[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)