Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dcompile.cc215 Frag DotStar();
736 f = Cat(DotStar(), Cat(EmptyWidth(kEmptyEndText), f)); in PostVisit()
1033 Frag unanchored = c.Cat(c.DotStar(), all); in Compile()
1087 Frag Compiler::DotStar() { in DotStar() function in re2::Compiler
1108 all = c.Cat(c.DotStar(), all); in CompileSet()