Lines Matching refs:prop

136     const ucd_record *prop = GET_UCD(c);  in PRIV()  local
147 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
148 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
152 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
157 if ((data[1] == prop->chartype) == isprop) return !negated; in PRIV()
161 if ((data[1] == prop->script) == isprop) return !negated; in PRIV()
165 ok = (data[1] == prop->script || in PRIV()
166 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), data[1]) != 0); in PRIV()
171 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
172 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
197 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
198 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
218 if ((UCD_BIDICLASS_PROP(prop) == data[1]) == isprop) in PRIV()
224 UCD_BPROPS_PROP(prop), data[1]) != 0; in PRIV()
241 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
242 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
243 (prop->chartype == ucp_Cf && in PRIV()
253 if ((prop->chartype != ucp_Zl && in PRIV()
254 prop->chartype != ucp_Zp && in PRIV()
255 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
256 (prop->chartype == ucp_Cf && in PRIV()
267 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
268 (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop) in PRIV()