Lines Matching refs:PRIV

1543 top = PRIV(utt_size);
1549 r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset);
1552 *ptypeptr = PRIV(utt)[i].type;
1553 *pdataptr = PRIV(utt)[i].value;
1665 code += PRIV(OP_lengths)[*code];
1679 code += PRIV(OP_lengths)[*code];
1795 cc += PRIV(OP_lengths)[*cc];
1804 cc += cc[1] + PRIV(OP_lengths)[*cc];
1831 cc += PRIV(OP_lengths)[*cc];
1908 cc += PRIV(OP_lengths)[OP_CLASS];
1910 cc += PRIV(OP_lengths)[OP_CLASS];
2054 PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number)
2073 code += PRIV(OP_lengths)[c];
2083 code += PRIV(OP_lengths)[c];
2125 code += PRIV(OP_lengths)[c];
2242 code += PRIV(OP_lengths)[c];
2353 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE);
2355 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE))
2438 code += PRIV(OP_lengths)[c];
2494 high-valued characters. The length in PRIV(OP_lengths)[] is zero; the
2506 ccode = code + PRIV(OP_lengths)[OP_CLASS];
2792 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2803 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2804 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2819 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
2824 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2825 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
2829 p = PRIV(ucd_caseless_sets) + prop->caseset;
2987 clist_src = PRIV(ucd_caseless_sets) + code[1];
3105 code += PRIV(OP_lengths)[c];
3147 code += PRIV(OP_lengths)[c];
3155 code += PRIV(OP_lengths)[c];
3182 code += PRIV(OP_lengths)[c];
3565 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) -
3750 code += PRIV(OP_lengths)[c];
4167 PRIV(ucd_caseless_sets) + rc, oc);
4233 uchardata += PRIV(ord2utf)(start, uchardata);
4234 uchardata += PRIV(ord2utf)(end, uchardata);
4239 uchardata += PRIV(ord2utf)(start, uchardata);
5130 PRIV(hspace_list), NOTACHAR);
5135 cd, PRIV(hspace_list));
5140 PRIV(vspace_list), NOTACHAR);
5145 cd, PRIV(vspace_list));
5364 code += PRIV(ord2utf)(c, code);
5380 mclength = PRIV(ord2utf)(c, mcbuffer);
6287 tempcode += PRIV(OP_lengths)[*tempcode] +
6302 tempcode += PRIV(OP_lengths)[*tempcode];
7308 called = PRIV(find_bracket)(cd->start_code, utf, recno);
7883 mclength = PRIV(ord2utf)(c, mcbuffer);
8395 code + PRIV(OP_lengths)[*code], FALSE);
8485 code + PRIV(OP_lengths)[*code], FALSE);
8496 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT];
8849 if (tables == NULL) tables = PRIV(default_tables);
8974 return of an error code from PRIV(valid_utf)() is a new feature, introduced in
8980 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0)
9166 re->tables = (tables == PRIV(default_tables))? NULL : tables;
9265 groupptr = PRIV(find_bracket)(codestart, utf, recno);
9315 for (cc = (pcre_uchar *)PRIV(find_bracket)(codestart, utf, -1);
9317 cc = (pcre_uchar *)PRIV(find_bracket)(cc, utf, -1))