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

  /external/regex-re2/re2/
regexp.h 277 DotNL = 1<<3, // Allow . to match newline.
278 MatchNL = ClassNL | DotNL,
292 // s - DotNL
parse.cc 428 if ((flags_ & DotNL) && !(flags_ & NeverNL))
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 223 if (flags & Regexp::DotNL)

Completed in 56 milliseconds