Searched refs:ReplaceOneCharAtPos (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | ExtractingFilePath.cpp | 34 s.ReplaceOneCharAtPos(i, '_'); in ReplaceIncorrectChars() 63 s.ReplaceOneCharAtPos(i, '_'); in ReplaceIncorrectChars() 95 s.ReplaceOneCharAtPos(i, '_'); in Correct_AltStream_Name()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 86 _changedPart.ReplaceOneCharAtPos(i, L'a'); in GetNextName() 93 _changedPart.ReplaceOneCharAtPos(i, L'A'); in GetNextName() 103 _changedPart.ReplaceOneCharAtPos(i, L'0'); in GetNextName() 114 _changedPart.ReplaceOneCharAtPos(i, c); in GetNextName()
|
/external/lzma/CPP/Windows/ |
D | FileLink.cpp | 342 s.ReplaceOneCharAtPos(1, '\\'); in GetPath()
|
/external/lzma/CPP/Common/ |
D | MyString.h | 308 void ReplaceOneCharAtPos(unsigned pos, char c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function 547 void ReplaceOneCharAtPos(unsigned pos, wchar_t c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function
|