Lines Matching refs:prop
130 const ucd_record *prop = GET_UCD(c); in PRIV() local
139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated; in PRIV()
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP)) in PRIV()
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated; in PRIV()
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated; in PRIV()
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP)) in PRIV()
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in PRIV()
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in PRIV()
177 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
178 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()