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

  /external/chromium_org/third_party/re2/re2/
mimics_pcre.cc 32 static bool CanBeEmptyString(Regexp *re);
66 if (CanBeEmptyString(re->sub()[0]))
70 if (re->max() == -1 && CanBeEmptyString(re->sub()[0]))
180 static bool CanBeEmptyString(Regexp* re) {
  /external/regex-re2/re2/
mimics_pcre.cc 32 static bool CanBeEmptyString(Regexp *re);
66 if (CanBeEmptyString(re->sub()[0]))
70 if (re->max() == -1 && CanBeEmptyString(re->sub()[0]))
180 static bool CanBeEmptyString(Regexp* re) {

Completed in 2274 milliseconds