Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c950 is_counted_repeat(const pcre_uchar *p) in is_counted_repeat() function
1454 !is_counted_repeat(ptr+2)) in check_escape()
4637 (c == CHAR_LEFT_CURLY_BRACKET && is_counted_repeat(ptr+1)); in compile_branch()
6850 (ptr[1] != CHAR_LEFT_CURLY_BRACKET || !is_counted_repeat(ptr+2))) in compile_branch()