Searched refs:doReplace (Results 1 – 2 of 2) sorted by relevance
324 private native java.lang.String doReplace(char oldChar, char newChar); in doReplace() method in String
2668 return doReplace(oldChar, newChar); in replace()2679 private native String doReplace(char oldChar, char newChar); in doReplace() method in String