Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c6153 OnigCodePoint count_type; in onig_builtin_total_count() local
6158 count_type = aval.c; in onig_builtin_total_count()
6159 if (count_type != '>' && count_type != 'X' && count_type != '<') in onig_builtin_total_count()
6173 if (count_type == '<') in onig_builtin_total_count()
6175 else if (count_type == 'X') in onig_builtin_total_count()
6180 if (count_type != '<') in onig_builtin_total_count()
6209 OnigCodePoint count_type; in onig_builtin_max() local
6243 count_type = aval.c; in onig_builtin_max()
6244 if (count_type != '>' && count_type != 'X' && count_type != '<') in onig_builtin_max()
6248 if (count_type == '<') { in onig_builtin_max()
[all …]

Completed in 19 milliseconds