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

  /external/chromium_org/third_party/re2/re2/
re2.cc 149 int RE2::Options::ParseFlags() const {
208 static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
    [all...]
regexp.h 271 enum ParseFlags {
316 enum ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); }
345 static Regexp* Parse(const StringPiece& s, ParseFlags flags,
361 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
386 static Regexp* Plus(Regexp* sub, ParseFlags flags);
387 static Regexp* Star(Regexp* sub, ParseFlags flags);
388 static Regexp* Quest(Regexp* sub, ParseFlags flags);
389 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags)
    [all...]
  /external/regex-re2/re2/
re2.cc 131 int RE2::Options::ParseFlags() const {
190 static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
    [all...]
regexp.h 271 enum ParseFlags {
316 enum ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); }
345 static Regexp* Parse(const StringPiece& s, ParseFlags flags,
361 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
386 static Regexp* Plus(Regexp* sub, ParseFlags flags);
387 static Regexp* Star(Regexp* sub, ParseFlags flags);
388 static Regexp* Quest(Regexp* sub, ParseFlags flags);
389 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 9 ParseFlags
28 "Int2AP", "ParseFlags", "Time2Internaldate"]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 9 ParseFlags
28 "Int2AP", "ParseFlags", "Time2Internaldate"]
    [all...]

Completed in 669 milliseconds