HomeSort by relevance Sort by last modified time
    Searched defs:one_line (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 1490 milliseconds