Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dcompile.cc1005 bool is_anchor_start = IsAnchorStart(&sre, 0); in Compile() local
1023 c.prog_->set_anchor_end(is_anchor_start); in Compile()
1025 c.prog_->set_anchor_start(is_anchor_start); in Compile()