Searched defs:newChar (Results 1 – 4 of 4) sorted by relevance
65 public void testReplace(String str, char oldChar, char newChar, in testReplace()
320 public java.lang.String replace(char oldChar, char newChar) { in replace()324 private native java.lang.String doReplace(char oldChar, char newChar); in doReplace()
2655 public String replace(char oldChar, char newChar) { in replace()2679 private native String doReplace(char oldChar, char newChar); in doReplace()
146 @libcore.util.NonNull public java.lang.String replace(char oldChar, char newChar) { throw new Runti… in replace()