Home
last modified time | relevance | path

Searched refs:MyFormatNew (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DFormatUtils.cpp18 UString MyFormatNew(const UString &format, const UString &argument) in MyFormatNew() function
25 UString MyFormatNew(UINT resourceID, const UString &argument) in MyFormatNew() function
27 return MyFormatNew(LangString(resourceID), argument); in MyFormatNew()
DFormatUtils.h11 UString MyFormatNew(const UString &format, const UString &argument);
12 UString MyFormatNew(UINT resourceID, const UString &argument);
DOverwriteDialog.cpp50 sizeString = MyFormatNew(IDS_FILE_SIZE, NumberToString(fileInfo.Size)); in SetFileInfoControl()
DExtractCallback.cpp329 s = MyFormatNew(msgOld, fileName); in SetExtractErrorMessage()
560 …AddNewLineString(s, MyFormatNew(IDS_CANT_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(er.E… in OpenResult_GUI()
561 …AddNewLineString(s, MyFormatNew(IDS_IS_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(arc.Fo… in OpenResult_GUI()
584 UString s2 = MyFormatNew(id, param); in OpenResult_GUI()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp67 ErrorMessage = MyFormatNew(IDS_CANNOT_CREATE_FOLDER, in Process2()
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp59 s += MyFormatNew(IDS_FILE_SIZE, sz); in AddSizePair()