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

  /external/pcre/dist/
pcrecpp.cc 387 bool last_match_was_empty_string = false; local
401 if (last_match_was_empty_string) {
428 last_match_was_empty_string = false;
443 last_match_was_empty_string = (matchstart == matchend);
  /external/regex-re2/util/
pcre.cc 351 bool last_match_was_empty_string = false; local
365 if (last_match_was_empty_string) {
372 last_match_was_empty_string = false;
388 last_match_was_empty_string = (matchstart == matchend);
    [all...]

Completed in 472 milliseconds