Lines Matching refs:PRIV
210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
243 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
247 p = PRIV(ucd_caseless_sets) + prop->caseset; in check_char_prop()
431 clist_src = PRIV(ucd_caseless_sets) + code[1]; in get_chr_property_list()
554 code += PRIV(OP_lengths)[c]; in compare_opcodes()
641 code += PRIV(OP_lengths)[c]; in compare_opcodes()
650 code += PRIV(OP_lengths)[c]; in compare_opcodes()
682 code += PRIV(OP_lengths)[c]; in compare_opcodes()
1070 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
1114 PRIV(auto_possessify)(PCRE2_UCHAR *code, const compile_block *cb) in PRIV() function
1269 code += PRIV(OP_lengths)[c]; in PRIV()