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

/external/pcre/dist/
H A Dpcre_compile.c960 is_counted_repeat(const pcre_uchar *p) function
1473 !is_counted_repeat(ptr+2))
1592 after is_counted_repeat() has confirmed that a repeat-count quantifier exists,
4706 (c == CHAR_LEFT_CURLY_BRACKET && is_counted_repeat(ptr+1));
6990 (ptr[1] != CHAR_LEFT_CURLY_BRACKET || !is_counted_repeat(ptr+2)))

Completed in 105 milliseconds