Lines Matching refs:PRIV
214 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
224 || MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), pdata) != 0); in check_char_prop()
230 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
231 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
246 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
251 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
252 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
256 p = PRIV(ucd_caseless_sets) + prop->caseset; in check_char_prop()
448 clist_src = PRIV(ucd_caseless_sets) + code[1]; in get_chr_property_list()
572 code += PRIV(OP_lengths)[c]; in compare_opcodes()
659 code += PRIV(OP_lengths)[c]; in compare_opcodes()
668 code += PRIV(OP_lengths)[c]; in compare_opcodes()
700 code += PRIV(OP_lengths)[c]; in compare_opcodes()
1088 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
1132 PRIV(auto_possessify)(PCRE2_UCHAR *code, const compile_block *cb) in PRIV() function
1291 code += PRIV(OP_lengths)[c]; in PRIV()