Searched defs:DotNL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dregexp.h277 DotNL = 1<<3, // Allow . to match newline. enumerator in enum:re2::Regexp::ParseFlags
278 MatchNL = ClassNL | DotNL,
292 // s - DotNL
/external/regex-re2/re2/
H A Dregexp.h277 DotNL = 1<<3, // Allow . to match newline. enumerator in enum:re2::Regexp::ParseFlags
278 MatchNL = ClassNL | DotNL,
292 // s - DotNL

Completed in 61 milliseconds