Home
last modified time | relevance | path

Searched refs:oldChar (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
DMyString.cpp829 void AString::Replace(char oldChar, char newChar) throw() in Replace() argument
831 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() argument
1405 if (oldChar == newChar) in Replace()
1412 pos = Find(oldChar, pos); in Replace()
DMyString.h426 void Replace(char oldChar, char newChar) throw();
668 void Replace(wchar_t oldChar, wchar_t newChar) throw();