Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c1766 is_counted_repeat(PCRE2_SPTR p) in is_counted_repeat() function
2286 !is_counted_repeat(ptr+2)) in PRIV()
4134 (c == CHAR_LEFT_CURLY_BRACKET && is_counted_repeat(ptr+1)); in compile_branch()
6474 (ptr[1] != CHAR_LEFT_CURLY_BRACKET || !is_counted_repeat(ptr+2))) in compile_branch()