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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter.h 94 inline bool FindAndConsume(RegExpInput* input_string,
  /external/chromium_org/third_party/re2/util/
pcre.h 140 // The "FindAndConsume" operation is similar to "Consume" but does not
143 // PCRE::FindAndConsume(&input, "(\\w+)", &word)
358 // "input". For example, "FindAndConsume(s, "(\\w+)", &word)" finds the next
380 static const FindAndConsumeFunctor FindAndConsume;
pcre.cc 51 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { };
    [all...]
  /external/regex-re2/util/
pcre.h 140 // The "FindAndConsume" operation is similar to "Consume" but does not
143 // PCRE::FindAndConsume(&input, "(\\w+)", &word)
352 // "input". For example, "FindAndConsume(s, "(\\w+)", &word)" finds the next
374 static const FindAndConsumeFunctor FindAndConsume;
pcre.cc 46 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { };
    [all...]
  /external/pcre/dist/
pcrecpp.cc 284 bool RE::FindAndConsume(StringPiece* input,
  /external/chromium_org/third_party/re2/re2/
re2.cc 38 const VariadicFunction2<bool, StringPiece*, const RE2&, RE2::Arg, RE2::FindAndConsumeN> RE2::FindAndConsume = {};
    [all...]
re2.h 140 // The "FindAndConsume" operation is similar to "Consume" but does not
143 // RE2::FindAndConsume(&input, "(\\w+)", &word)
350 // "input". For example, "FindAndConsume(s, "(\\w+)", &word)" finds the next
355 bool, StringPiece*, const RE2&, Arg, RE2::FindAndConsumeN> FindAndConsume;
    [all...]
  /external/regex-re2/re2/
re2.cc 32 const VariadicFunction2<bool, StringPiece*, const RE2&, RE2::Arg, RE2::FindAndConsumeN> RE2::FindAndConsume;
    [all...]
re2.h 140 // The "FindAndConsume" operation is similar to "Consume" but does not
143 // RE2::FindAndConsume(&input, "(\\w+)", &word)
350 // "input". For example, "FindAndConsume(s, "(\\w+)", &word)" finds the next
355 bool, StringPiece*, const RE2&, Arg, RE2::FindAndConsumeN> FindAndConsume;
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
regexp_benchmark.cc 265 // Benchmark: FindAndConsume
266 void FindAndConsume(int iters, int nbytes) {
276 CHECK(RE2::FindAndConsume(&t, re, &u));
282 BENCHMARK_RANGE(FindAndConsume, 8, 16<<20)->ThreadRange(1, NumCPUs());
    [all...]
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 265 // Benchmark: FindAndConsume
266 void FindAndConsume(int iters, int nbytes) {
276 CHECK(RE2::FindAndConsume(&t, re, &u));
282 BENCHMARK_RANGE(FindAndConsume, 8, 16<<20)->ThreadRange(1, NumCPUs());
    [all...]

Completed in 324 milliseconds