Searched refs:is_counted_repeat (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_compile.c1766 is_counted_repeat(PCRE2_SPTR p) function
2286 !is_counted_repeat(ptr+2))
2404 after is_counted_repeat() has confirmed that a repeat-count quantifier exists,
4134 (c == CHAR_LEFT_CURLY_BRACKET && is_counted_repeat(ptr+1));
6474 (ptr[1] != CHAR_LEFT_CURLY_BRACKET || !is_counted_repeat(ptr+2)))

Completed in 95 milliseconds