Home
last modified time | relevance | path

Searched refs:RemoveChar (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Common/
DMyString.h225 void RemoveChar(wchar_t ch);
359 void RemoveChar(char ch) throw();
461 void RemoveChar(char ch);
462 void RemoveChar(unsigned char ch);
595 void RemoveChar(wchar_t ch) throw();
DMyString.cpp748 void AString::RemoveChar(char ch) throw() in RemoveChar() function in AString
1292 void UString::RemoveChar(wchar_t ch) throw() in RemoveChar() function in UString
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp103 s.RemoveChar(L'&'); in AddComboItems()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp367 _backgrounded_String.RemoveChar(L'&'); in OnInit()