Searched refs:ReplaceOneCharAtPos (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DExtractingFilePath.cpp40 res.ReplaceOneCharAtPos(i, '_');
/external/lzma/CPP/Windows/
H A DFileLink.cpp328 s.ReplaceOneCharAtPos(1, '\\');
/external/lzma/CPP/Common/
H A DMyString.h206 void ReplaceOneCharAtPos(unsigned pos, char c) { _chars[pos] = c; } function in class:AString
364 void ReplaceOneCharAtPos(unsigned pos, wchar_t c) { _chars[pos] = c; } function in class:UString

Completed in 143 milliseconds