Lines Matching refs:repeat

38 encountered a character class with a possessive repeat, for example [a-f]{3}+.
315 33. The JIT compiler should not check repeats after a {0,1} repeat byte code.
426 12. A possessive capturing group such as (a)*+ with a minimum repeat of zero
427 failed to allow the zero-repeat case if pcre2_exec() was called with an
623 group that is quantified with an indefinite repeat, caused a compile-time
951 43. A minimizing repeat of a class containing codepoints greater than 255 in
1539 9. A possessively repeated subpattern with minimum repeat count greater than
1883 28. An instance of \X with an unlimited repeat could fail if at any point the
2478 which had an unlimited repeat of a nested, fixed maximum repeat of a wide
2850 12. Previously, a group with a zero repeat such as (...){0} was completely
3187 of another character. The bug was that, for an unlimited repeat of . in
3225 are longer than 30,000 bytes (though not repeat them that many times).
3244 10. Like Perl, PCRE automatically breaks an unlimited repeat after an empty
3278 unlimited repeat caused a loop at compile time (while checking to see
3315 27. Patterns such as (\P{Yi}*\277)* (group with possible zero repeat containing
3494 while processing a minimizing repeat. If the check also involved
3496 erroneous result when trying to check for a repeat of the original
3890 length of the subpattern and the repeat count. The latter is limited to
4710 recursion. If the recursively-called subpattern itself had a zero repeat,
5815 repeat of a potentially empty string).
5919 1. PCRE was failing to diagnose unlimited repeat of empty string for patterns
6069 1. A repeat with a fixed maximum and a minimum of 1 for an ordinary character