Home
last modified time | relevance | path

Searched defs:repeat_max (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/pest_meta/src/
Dgrammar.rs2 … the meta-grammar\nbetween minor versions. Those non-breaking changes, however,\nmay translate int… in skip()
Dparser.rs865 fn repeat_max() { in repeat_max() function
/external/pcre/src/
Dpcre2_compile.c5397 uint32_t repeat_min = 0, repeat_max = 0; /* To please picky compilers */ in compile_branch() local