Home
last modified time | relevance | path

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

/aosp_15_r20/external/regex-re2/util/
H A Dpcre.cc404 bool last_match_was_empty_string = false; in GlobalReplace() local
418 if (last_match_was_empty_string) { in GlobalReplace()
425 last_match_was_empty_string = false; in GlobalReplace()
442 last_match_was_empty_string = (matchstart == matchend); in GlobalReplace()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc403 bool last_match_was_empty_string = false; in GlobalReplace() local
417 if (last_match_was_empty_string) { in GlobalReplace()
424 last_match_was_empty_string = false; in GlobalReplace()
441 last_match_was_empty_string = (matchstart == matchend); in GlobalReplace()
/aosp_15_r20/external/cronet/third_party/re2/src/util/
H A Dpcre.cc348 bool last_match_was_empty_string = false; in GlobalReplace() local
362 if (last_match_was_empty_string) { in GlobalReplace()
369 last_match_was_empty_string = false; in GlobalReplace()
386 last_match_was_empty_string = (matchstart == matchend); in GlobalReplace()