Searched defs:replaceAll (Results 1 – 3 of 3) sorted by relevance
43 void replaceAll(std::string *s, char from, char to) { in replaceAll() function
155 static string replaceAll(const string& fieldName, const char oldC, const string& newS) { in replaceAll() function
1042 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in ArrayMap