HomeSort by relevance Sort by last modified time
    Searched refs:DotNL (Results 1 - 2 of 2) 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 429 if ((flags_ & DotNL) && !(flags_ & NeverNL))
    [all...]

Completed in 464 milliseconds