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

  /external/pcre/pcrecpp/include/
pcrecpp.h 278 // The "FindAndConsume" operation is similar to "Consume" but does not
281 // pcrecpp::RE("(\\w+)").FindAndConsume(&input, &word)
594 bool FindAndConsume(StringPiece* input, ARGS && ...a) const {
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 401 printf("Testing FindAndConsume\n");
409 CHECK(r.FindAndConsume(&input, &word));
411 CHECK(r.FindAndConsume(&input, &word));
413 CHECK(r.FindAndConsume(&input, &word));
415 CHECK(! r.FindAndConsume(&input, &word));
    [all...]

Completed in 289 milliseconds