Home | History | Annotate | Download | only in src

Lines Matching defs:prop

136     const ucd_record *prop = GET_UCD(c);
146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
147 prop->chartype == ucp_Lt) == isprop) return !negated;
151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
156 if ((data[1] == prop->chartype) == isprop) return !negated;
160 if ((data[1] == prop->script) == isprop) return !negated;
164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)
223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z &&
224 (PRIV(ucp_gentype)[prop->chartype] != ucp_C ||
225 (prop->chartype == ucp_Cf &&
235 if ((prop->chartype != ucp_Zl &&
236 prop->chartype != ucp_Zp &&
237 (PRIV(ucp_gentype)[prop->chartype] != ucp_C ||
238 (prop->chartype == ucp_Cf &&
249 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P ||
250 (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop)