Searched defs:ReplaceOneCharAtPos (Results 1 – 1 of 1) sorted by relevance
341 void ReplaceOneCharAtPos(unsigned pos, char c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function632 void ReplaceOneCharAtPos(unsigned pos, wchar_t c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function