Searched defs:replace_char (Results 1 – 2 of 2) sorted by relevance
33 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char() function
39 static void replace_char(char *str, char old, char new) in replace_char() function