Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c2079 const U32 max_code_points = (LOC) in S_is_ssc_worth_it() local
2085 const U32 max_match = max_code_points / 2; in S_is_ssc_worth_it()
2091 if (start >= max_code_points) { in S_is_ssc_worth_it()
2094 end = MIN(end, max_code_points - 1); in S_is_ssc_worth_it()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c2159 const U32 max_code_points = (LOC) in S_is_ssc_worth_it() local
2165 const U32 max_match = max_code_points / 2; in S_is_ssc_worth_it()
2171 if (start >= max_code_points) { in S_is_ssc_worth_it()
2174 end = MIN(end, max_code_points - 1); in S_is_ssc_worth_it()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c2159 const U32 max_code_points = (LOC) in S_is_ssc_worth_it() local
2165 const U32 max_match = max_code_points / 2; in S_is_ssc_worth_it()
2171 if (start >= max_code_points) { in S_is_ssc_worth_it()
2174 end = MIN(end, max_code_points - 1); in S_is_ssc_worth_it()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c2175 const U32 max_code_points = (LOC) in S_is_ssc_worth_it() local
2181 const U32 max_match = max_code_points / 2; in S_is_ssc_worth_it()
2187 if (start >= max_code_points) { in S_is_ssc_worth_it()
2190 end = MIN(end, max_code_points - 1); in S_is_ssc_worth_it()