Home | History | Annotate | Download | only in src

Lines Matching defs:ptype

4439           unsigned int ptype = 0;
4460 ptype = PT_PXGRAPH;
4463 if (ptype == 0) ptype = PT_PXPRINT;
4466 if (ptype == 0) ptype = PT_PXPUNCT;
4468 *class_uchardata++ = (PCRE2_UCHAR)ptype;
4664 unsigned int ptype = 0, pdata = 0;
4665 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr, cb))
4669 *class_uchardata++ = ptype;
7366 unsigned int ptype = 0, pdata = 0;
7367 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr, cb))
7371 *code++ = ptype;