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

  /external/regex-re2/util/
pcre.cc 330 int matches = pattern.TryMatch(*str, 0, UNANCHORED, true, vec, kVecSize);
366 matches = pattern.TryMatch(*str, start, ANCHOR_START, false,
376 matches = pattern.TryMatch(*str, start, UNANCHORED, true, vec, kVecSize);
405 int matches = pattern.TryMatch(text, 0, UNANCHORED, true, vec, kVecSize);
457 int PCRE::TryMatch(const StringPiece& text,
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
562 assert(matches >= 0); // TryMatch never returns negatives
579 // -- see the comment for TryMatch.
    [all...]
pcre.h 477 int TryMatch(const StringPiece& text,

Completed in 352 milliseconds