Home | History | Annotate | Download | only in src

Lines Matching full:negated

190   negated      TRUE if it's a negated property (\P or \p{^)
197 BOOL negated)
207 prop->chartype == ucp_Lt) == negated;
210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
213 return (pdata == prop->chartype) == negated;
216 return (pdata == prop->script) == negated;
222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
234 return negated;
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
244 c == CHAR_UNDERSCORE) == negated;
250 if (c < *p) return !negated;
251 if (c == *p++) return negated;