Searched refs:extuni (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/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 | 1535 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match() 1786 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match() 2047 nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match() 2226 PCRE2_SPTR nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, in internal_dfa_match()
|
H A D | pcre2_match.c | 2528 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, utf, in match() 2827 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, in match() 3587 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match() 4114 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
|
Completed in 27 milliseconds