Searched refs:replacewith (Results 1 – 2 of 2) sorted by relevance
159 char replacewith);
86 void StripString(string* s, const char* remove, char replacewith) { in StripString() argument92 (*s)[str - str_start] = replacewith; in StripString()