Home
last modified time | relevance | path

Searched refs:last_match_was_empty_string (Results 1 – 1 of 1) sorted by relevance

/external/pcre/pcrecpp/
Dpcrecpp.cc189 bool last_match_was_empty_string = false; in GlobalReplace() local
204 if (last_match_was_empty_string) { in GlobalReplace()
229 last_match_was_empty_string = false; in GlobalReplace()
245 last_match_was_empty_string = (matchstart == matchend); in GlobalReplace()