Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp25 s.ReplaceOneCharAtPos(i, '_'); in ReplaceIncorrectChars()
36 s.ReplaceOneCharAtPos(i, '_'); in ReplaceIncorrectChars()
61 s.ReplaceOneCharAtPos(i, '_'); in Correct_AltStream_Name()
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp86 _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/
DFileLink.cpp338 s.ReplaceOneCharAtPos(1, '\\'); in GetPath()
/external/lzma/CPP/Common/
DMyString.h245 void ReplaceOneCharAtPos(unsigned pos, char c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function
483 void ReplaceOneCharAtPos(unsigned pos, wchar_t c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function