OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posix_syntax
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/
re2.h
509
//
posix_syntax
(false) restrict regexps to POSIX egrep syntax
517
// with (?i) unless in
posix_syntax
mode)
519
// The following options are only consulted when
posix_syntax
== true.
520
// (When
posix_syntax
== false these features are always enabled and
593
bool
posix_syntax
() const { return posix_syntax_; }
function in class:re2::RE2::Options
[
all
...]
re2.cc
145
if (!
posix_syntax
())
[
all
...]
Completed in 42 milliseconds