Lines Matching refs:prop
136 const ucd_record *prop = GET_UCD(c); in PRIV() local
146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || 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()
164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
224 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
225 (prop->chartype == ucp_Cf && in PRIV()
235 if ((prop->chartype != ucp_Zl && in PRIV()
236 prop->chartype != ucp_Zp && in PRIV()
237 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
238 (prop->chartype == ucp_Cf && in PRIV()
249 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
250 (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop) in PRIV()