Lines Matching refs:negated
200 BOOL negated) in check_char_prop() argument
211 prop->chartype == ucp_Lt) == negated; in check_char_prop()
214 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
217 return (pdata == prop->chartype) == negated; in check_char_prop()
220 return (pdata == prop->script) == negated; in check_char_prop()
225 return ok == negated; in check_char_prop()
231 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
243 return negated; in check_char_prop()
246 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
253 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
259 if (c < *p) return !negated; in check_char_prop()
260 if (c == *p++) return negated; in check_char_prop()