Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
H A DMyString.h339 void ReplaceOneCharAtPos(unsigned pos, char c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function in AString
625 void ReplaceOneCharAtPos(unsigned pos, wchar_t c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function in UString

Completed in 3 milliseconds