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

  /external/chromium_org/third_party/re2/re2/
onepass.cc 191 static void ApplyCaptures(uint32 cond, const char* p,
300 ApplyCaptures(matchcond, p, matchcap, ncap);
317 ApplyCaptures(cond, p, cap, ncap);
326 ApplyCaptures(matchcond, p, cap, ncap);
  /external/regex-re2/re2/
onepass.cc 191 static void ApplyCaptures(uint32 cond, const char* p,
300 ApplyCaptures(matchcond, p, matchcap, ncap);
317 ApplyCaptures(cond, p, cap, ncap);
326 ApplyCaptures(matchcond, p, cap, ncap);

Completed in 63 milliseconds