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

  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 60 OneLine // treat ^ and $ as only matching at beginning and end of text
69 Perl = ClassNL | OneLine | PerlX | UnicodeGroups // as close to Perl as possible
753 if p.flags&OneLine != 0 {
760 if p.flags&OneLine != 0 {
1012 flags &^= OneLine
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 60 OneLine // treat ^ and $ as only matching at beginning and end of text
69 Perl = ClassNL | OneLine | PerlX | UnicodeGroups // as close to Perl as possible
753 if p.flags&OneLine != 0 {
760 if p.flags&OneLine != 0 {
1012 flags &^= OneLine
    [all...]

Completed in 175 milliseconds