Lines Matching refs:PRIV

281   PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE);  in do_callout()
426 const uint32_t *pp = PRIV(ucd_caseless_sets) + ur->caseset; in match_ref()
828 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
1293 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
2222 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2245 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2268 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
2508 if ((Fecode[2] == PRIV(ucp_gentype)[prop->chartype]) == notmatch) in match()
2525 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Fecode[2]) != 0); in match()
2534 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in match()
2535 PRIV(ucp_gentype)[chartype] == ucp_N) == notmatch) in match()
2553 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match()
2561 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in match()
2562 PRIV(ucp_gentype)[chartype] == ucp_N || in match()
2576 cp = PRIV(ucd_caseless_sets) + Fecode[2]; in match()
2600 BOOL ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
2630 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, utf, in match()
2817 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
2879 category = PRIV(ucp_gentype)[chartype]; in match()
2903 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
2962 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
2991 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, in match()
3623 || MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
3694 category = PRIV(ucp_gentype)[chartype]; in match()
3723 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
3791 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
3822 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
4214 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
4282 category = PRIV(ucp_gentype)[chartype]; in match()
4311 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
4372 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
4416 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
4462 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match()
5291 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match()
5364 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match()
5371 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
5400 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match()
5468 RMATCH(Lstart_branch + PRIV(OP_lengths)[*Lstart_branch], RM11); in match()
5519 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match()
5554 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match()
5708 RMATCH(Lstart_branch + PRIV(OP_lengths)[*Lstart_branch], RM5); in match()
5765 Fecode += condition? PRIV(OP_lengths)[*Fecode] : Flength; in match()
6050 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
6286 int category = PRIV(ucp_gentype)[chartype]; in match()
6319 int category = PRIV(ucp_gentype)[chartype]; in match()
6342 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM12); in match()
6352 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
6367 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match()
6374 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM36); in match()
6380 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match()
6387 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM15); in match()
6393 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match()
6411 Fecode += PRIV(OP_lengths)[*Fecode] + Fecode[1]; in match()
6414 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM17); in match()
6430 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM18); in match()
6438 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM19); in match()
6605 length = PRIV(strlen)(subject); in pcre2_match()
6755 match_data->rc = PRIV(valid_utf)(start_match, in pcre2_match()
6891 match_data->rc = PRIV(valid_utf)(mb->check_subject, in pcre2_match()
6936 mcontext = (pcre2_match_context *)(&PRIV(default_match_context)); in pcre2_match()
7675 rc = PRIV(valid_utf)(start_match, length - (start_match - subject), in pcre2_match()