Home
last modified time | relevance | path

Searched refs:prev_is_word (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c613 BOOL prev_is_word; /* Used in "word" tests */ in match() local
5839 if (Feptr == mb->check_subject) prev_is_word = FALSE; else in match()
5855 if (fc == '_') prev_is_word = TRUE; else in match()
5858 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
5863 prev_is_word = CHMAX_255(fc) && (mb->ctypes[fc] & ctype_word) != 0; in match()
5903 cur_is_word == prev_is_word : cur_is_word != prev_is_word) in match()

Completed in 16 milliseconds