Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff_utils.cpp88 const char *match_char; in replace_all() local
90 while ((match_char = strstr(first_char, oldSubstring))) { in replace_all()
91 output.append(first_char, (match_char - first_char)); in replace_all()
93 first_char = match_char + oldSubstringLen; in replace_all()