Home | History | Annotate | Download | only in dist

Lines Matching refs:pdata

2820   pdata        the data for the type
2827 check_char_prop(pcre_uint32 c, unsigned int ptype, unsigned int pdata,
2841 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2844 return (pdata == prop->chartype) == negated;
2847 return (pdata == prop->script) == negated;
5237 unsigned int ptype = 0, pdata = 0;
5238 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
5243 *class_uchardata++ = pdata;
8028 unsigned int ptype = 0, pdata = 0;
8029 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
8035 *code++ = pdata;