Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dparse.cc72 bool PushWordBoundary(bool word);
406 bool Regexp::ParseState::PushWordBoundary(bool word) { in PushWordBoundary() function in re2::Regexp::ParseState
2125 if (!ps.PushWordBoundary(t[1] == 'b')) in Parse()
/external/regex-re2/
Ducs2.diff255 bool Regexp::ParseState::PushWordBoundary(bool word) {