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

  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 59 DotNL // allow . to match newline
67 MatchNL = ClassNL | DotNL
767 if p.flags&DotNL != 0 {
1015 flags |= DotNL
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 59 DotNL // allow . to match newline
67 MatchNL = ClassNL | DotNL
767 if p.flags&DotNL != 0 {
1015 flags |= DotNL
    [all...]
  /external/regex-re2/re2/
regexp.h 277 DotNL = 1<<3, // Allow . to match newline.
278 MatchNL = ClassNL | DotNL,
292 // s - DotNL

Completed in 1776 milliseconds