Searched refs:oldChar (Results 1 – 2 of 2) sorted by relevance
829 void AString::Replace(char oldChar, char newChar) throw() in Replace() argument831 if (oldChar == newChar) in Replace()838 pos = Find(oldChar, pos); in Replace()1403 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace() argument1405 if (oldChar == newChar) in Replace()1412 pos = Find(oldChar, pos); in Replace()
426 void Replace(char oldChar, char newChar) throw();668 void Replace(wchar_t oldChar, wchar_t newChar) throw();