Home
last modified time | relevance | path

Searched refs:Add_Space (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp104 s.Add_Space(); in AddSpaces_if_Positive()
132 _s.Add_Space(); in PrintSeparatorLine()
139 _s.Add_Space(); in PrintSeparatorLine()
162 _s.Add_Space(); in BeforeFirstFile()
170 _s.Add_Space(); in BeforeFirstFile()
227 _s.Add_Space(); in PrintResultLine()
233 _s.Add_Space(); in PrintResultLine()
DHashCon.h17 _s.Add_Space(); in AddSpacesBeforeName()
18 _s.Add_Space(); in AddSpacesBeforeName()
DUpdateCallbackConsole.cpp347 _tempA.Add_Space(); in DeletingAfterArchiving()
478 _tempA.Add_Space(); in PrintProgress()
DExtractCallbackConsole.cpp77 s.Add_Space(); in Print_UInt64_and_String()
341 _tempA.Add_Space(); in PrepareOperation()
DMain.cpp680 s.Add_Space(); in Main2()
DList.cpp403 LinesString.Add_Space(); in Init()
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp435 s.Add_Space(); in ParseAcl()
511 s.Add_Space(); in ConvertNtSecureToString()
515 s.Add_Space(); in ConvertNtSecureToString()
648 s.Add_Space(); in ConvertNtReparseToString()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp1054 s.Add_Space(); in SetTitleText()
1065 s.Add_Space(); in SetTitleText()
1069 s.Add_Space(); in SetTitleText()
1084 s.Add_Space(); in SetTitleText()
DBrowseDialog.cpp218 s.Add_Space(); in OnInit()
/external/lzma/CPP/Common/
DMyString.cpp606 void AString::Add_Space() { operator+=(' '); } in Add_Space() function in AString
607 void AString::Add_Space_if_NotEmpty() { if (!IsEmpty()) Add_Space(); } in Add_Space_if_NotEmpty()
1186 void UString::Add_Space() { operator+=(L' '); } in Add_Space() function in UString
1187 void UString::Add_Space_if_NotEmpty() { if (!IsEmpty()) Add_Space(); } in Add_Space_if_NotEmpty()
DMyString.h357 void Add_Space();
599 void Add_Space();
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp46 s.Add_Space(); in AddValuePair()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp326 appLaunched.Add_Space(); in WinMain()