Searched refs:replaceChar (Results 1 – 3 of 3) sorted by relevance
90 size_t replace(std::string &str, const char *targetChars, const char replaceChar) in replace() argument95 c = replaceChar; in replace()
71 size_t replace(std::string &str, const char *targetChars, const char replaceChar);
72 char16_t replaceChar = dataProvider.ConsumeIntegral<char16_t>(); in __anone232064b0b02() local73 str1.replaceAll(findChar, replaceChar); in __anone232064b0b02()