Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp34 s.ReplaceOneCharAtPos(i, '_'); in ReplaceIncorrectChars()
63 s.ReplaceOneCharAtPos(i, '_'); in ReplaceIncorrectChars()
95 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.cpp342 s.ReplaceOneCharAtPos(1, '\\'); in GetPath()
/external/lzma/CPP/Common/
DMyString.h308 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