HomeSort by relevance Sort by last modified time
    Searched refs:OneLine (Results 1 - 11 of 11) sorted by null

  /art/runtime/base/
hex_dump_test.cc 33 TEST(HexDump, OneLine) {
  /external/chromium_org/third_party/re2/re2/testing/
simplify_test.cc 147 ~Regexp::OneLine),
tester.cc 142 static_cast<Regexp::ParseFlags>(Regexp::LikePerl & ~Regexp::OneLine);
219 if (!(flags & Regexp::OneLine))
  /external/regex-re2/re2/testing/
simplify_test.cc 147 ~Regexp::OneLine),
tester.cc 142 static_cast<Regexp::ParseFlags>(Regexp::LikePerl & ~Regexp::OneLine);
219 if (!(flags & Regexp::OneLine))
  /external/chromium_org/third_party/re2/re2/
regexp.h 279 OneLine = 1<<4, // Treat ^ and $ as only matching at beginning and
291 // m - !OneLine
305 LikePerl = ClassNL | OneLine | PerlClasses | PerlB | PerlX |
parse.cc 399 if (flags_ & OneLine) {
414 if (flags_ & OneLine) {
    [all...]
re2.cc 185 flags |= Regexp::OneLine;
    [all...]
  /external/regex-re2/re2/
regexp.h 279 OneLine = 1<<4, // Treat ^ and $ as only matching at beginning and
291 // m - !OneLine
305 LikePerl = ClassNL | OneLine | PerlClasses | PerlB | PerlX |
parse.cc 399 if (flags_ & OneLine) {
414 if (flags_ & OneLine) {
    [all...]
re2.cc 167 flags |= Regexp::OneLine;
    [all...]

Completed in 144 milliseconds