Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dre2.h573 word_boundary_(false), in Options()
620 bool word_boundary() const { return word_boundary_; } in word_boundary()
621 void set_word_boundary(bool b) { word_boundary_ = b; } in set_word_boundary()
637 word_boundary_ = src.word_boundary_; in Copy()
654 bool word_boundary_; variable
Dre2.cc50 word_boundary_(false), in Options()