Searched defs:oldChar (Results 1 – 3 of 3) sorted by relevance
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()
2164 public String replace(char oldChar, char newChar) { in replace()2181 private native String doReplace(char oldChar, char newChar); in doReplace()
144 @libcore.util.NonNull public java.lang.String replace(char oldChar, char newChar) { throw new Runti… in replace()