Home
last modified time | relevance | path

Searched refs:InsertAtFront (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp86 newName.InsertAtFront('a'); in GetNextName()
91 newName.InsertAtFront('A'); in GetNextName()
105 newName.InsertAtFront(c); in GetNextName()
108 newName.InsertAtFront(_changedPart[i]); in GetNextName()
121 newName.InsertAtFront('0'); in GetNextName()
123 newName.InsertAtFront('1'); in GetNextName()
127 newName.InsertAtFront(c); in GetNextName()
130 newName.InsertAtFront(_changedPart[i]); in GetNextName()
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp186 s.InsertAtFront(L'_'); in GetCorrectFullFsPath()
DUpdateCallback.cpp548 res.InsertAtFront(FTEXT('0')); in GetVolumeStream()
/external/lzma/CPP/Common/
DMyString.h271 void InsertAtFront(char c);
436 void InsertAtFront(wchar_t c);
DMyString.cpp577 void AString::InsertAtFront(char c) in InsertAtFront() function in AString
1041 void UString::InsertAtFront(wchar_t c) in InsertAtFront() function in UString