Searched refs:has_first_cu (Results 1 – 2 of 2) sorted by relevance
3255 BOOL has_first_cu = FALSE; in pcre2_dfa_match() local3525 has_first_cu = TRUE; in pcre2_dfa_match()3632 if (has_first_cu || start_bits != NULL) in pcre2_dfa_match()3638 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_dfa_match()3661 if (has_first_cu) in pcre2_dfa_match()3827 p = start_match + (has_first_cu? 1:0); in pcre2_dfa_match()
6113 BOOL has_first_cu = FALSE; in pcre2_match() local6662 has_first_cu = TRUE; in pcre2_match()6760 if (has_first_cu || start_bits != NULL) in pcre2_match()6766 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_match()6793 if (has_first_cu) in pcre2_match()6968 p = start_match + (has_first_cu? 1:0); in pcre2_match()