Home
last modified time | relevance | path

Searched refs:match_char (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff_utils.cpp110 const char *match_char; in replace_all() local
112 while ((match_char = strstr(first_char, oldSubstring))) { in replace_all()
113 output.append(first_char, (match_char - first_char)); in replace_all()
115 first_char = match_char + oldSubstringLen; in replace_all()

Completed in 1 milliseconds