Searched refs:oldC (Results 1 – 1 of 1) sorted by relevance
659 PassRefPtr<StringImpl> StringImpl::replace(UChar oldC, UChar newC) in replace() argument661 if (oldC == newC) in replace()665 if (m_data[i] == oldC) in replace()675 if (ch == oldC) in replace()