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