Searched refs:MyFormatNew (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | FormatUtils.cpp | 18 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()
|
D | FormatUtils.h | 11 UString MyFormatNew(const UString &format, const UString &argument); 12 UString MyFormatNew(UINT resourceID, const UString &argument);
|
D | OverwriteDialog.cpp | 50 sizeString = MyFormatNew(IDS_FILE_SIZE, NumberToString(fileInfo.Size)); in SetFileInfoControl()
|
D | ExtractCallback.cpp | 329 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/ |
D | ExtractEngine.cpp | 67 ErrorMessage = MyFormatNew(IDS_CANNOT_CREATE_FOLDER, in Process2()
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 59 s += MyFormatNew(IDS_FILE_SIZE, sz); in AddSizePair()
|