Searched refs:extuni (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_extuni.c | 60 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV() argument 92 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV() argument
|
H A D | pcre2_dfa_match.c | 1563 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match() 1828 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match() 2104 nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match() 2283 PCRE2_SPTR nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, in internal_dfa_match()
|
H A D | pcre2_match.c | 2567 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, utf, in match() 2920 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, in match() 3742 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match() 4323 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
|
Completed in 24 milliseconds