Searched defs:global_flags (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dparse.cc1954 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, argument
1961 ParseState ps(global_flags, s, status);
1965 if (global_flags & Latin1) {
1972 if (global_flags & Literal) {
/external/regex-re2/re2/
H A Dparse.cc1954 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, argument
1961 ParseState ps(global_flags, s, status);
1965 if (global_flags & Latin1) {
1972 if (global_flags & Literal) {

Completed in 143 milliseconds