Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dsimplify.cc125 static Regexp* SimplifyRepeat(Regexp* re, int min, int max,
277 Regexp* nre = SimplifyRepeat(newsub, re->min_, re->max_, in PostVisit()
313 Regexp* SimplifyWalker::SimplifyRepeat(Regexp* re, int min, int max, in SimplifyRepeat() function in re2::SimplifyWalker