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

  /external/regex-re2/re2/
re2.h 476 // posix_syntax (false) restrict regexps to POSIX egrep syntax
483 // with (?i) unless in posix_syntax mode)
485 // The following options are only consulted when posix_syntax == true.
486 // (When posix_syntax == false these features are always enabled and
556 bool posix_syntax() const { return posix_syntax_; } function in class:re2::RE2::Options
606 bool posix_syntax,
610 posix_syntax_(posix_syntax),
    [all...]
re2.cc 123 if (!posix_syntax())
    [all...]

Completed in 137 milliseconds