Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_study.c938 const U32 max_code_points = (LOC) in Perl_is_ssc_worth_it() local
944 const U32 max_match = max_code_points / 2; in Perl_is_ssc_worth_it()
950 if (start >= max_code_points) { in Perl_is_ssc_worth_it()
953 end = MIN(end, max_code_points - 1); in Perl_is_ssc_worth_it()