Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/re2/re2/ | |
re2.h | 524 // one_line (false) ^ and $ only match beginning and end of text 611 bool one_line() const { return one_line_; } function in class:re2::RE2::Options [all...] |
/external/regex-re2/re2/ | |
re2.h | 524 // one_line (false) ^ and $ only match beginning and end of text 623 bool one_line() const { return one_line_; } function in class:re2::RE2::Options [all...] |