Searched defs:oldChar (Results 1 – 6 of 6) sorted by relevance
33 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char()
473 static void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char()
490 int Replace(T oldChar, T newChar) in Replace()
1540 LChar oldChar = static_cast<LChar>(oldC); in replace() local