代码搜索:MyString

找到约 1,391 项符合「MyString」的源代码

代码结果 1,391
www.eeworm.com/read/464631/1526753

h formatutils.h

// FormatUtils.h #ifndef __FORMATUTILS_H #define __FORMATUTILS_H #include "Common/Types.h" #include "Common/MyString.h" UString NumberToString(UInt64 number); UString MyFormatNew(const U
www.eeworm.com/read/464631/1526782

h splitutils.h

// SplitUtils.h #ifndef __SPLITUTILS_H #define __SPLITUTILS_H #include "Common/MyString.h" #include "Common/Types.h" #include "Windows/Control/ComboBox.h" bool ParseVolumeSizes(const UStri
www.eeworm.com/read/464631/1526822

h stringutils.h

// StringUtils.h #ifndef __STRINGUTILS_H #define __STRINGUTILS_H #include "Common/MyString.h" void SplitStringToTwoStrings(const UString &src, UString &dest1, UString &dest2); void SplitS
www.eeworm.com/read/315091/3624323

cpp setproperties.cpp

// SetProperties.cpp #include "StdAfx.h" #include "SetProperties.h" #include "Windows/PropVariant.h" #include "Common/MyString.h" #include "Common/StringToInt.h" #include "Common/MyCom.h"
www.eeworm.com/read/297604/3886226

h wimin.h

// Archive/WimIn.h #ifndef __ARCHIVE_WIM_IN_H #define __ARCHIVE_WIM_IN_H #include "Common/MyString.h" #include "Common/Buffer.h" #include "../../Compress/Lzx/LzxDecoder.h" #include "../../
www.eeworm.com/read/297604/3886386

h progressbox.h

// ProgressBox.h #ifndef __PROGRESSBOX_H #define __PROGRESSBOX_H #include "Common/MyString.h" #include "Common/Types.h" class CMessageBox { CSysString m_Title; CSysString m_Message;
www.eeworm.com/read/297604/3886420

cpp setproperties.cpp

// SetProperties.cpp #include "StdAfx.h" #include "SetProperties.h" #include "Windows/PropVariant.h" #include "Common/MyString.h" #include "Common/StringToInt.h" #include "Common/MyCom.h"
www.eeworm.com/read/297604/3886469

h formatutils.h

// FormatUtils.h #ifndef __FORMATUTILS_H #define __FORMATUTILS_H #include "Common/Types.h" #include "Common/MyString.h" UString NumberToString(UInt64 number); UString MyFormatNew(const U
www.eeworm.com/read/297604/3886498

h splitutils.h

// SplitUtils.h #ifndef __SPLITUTILS_H #define __SPLITUTILS_H #include "Common/MyString.h" #include "Common/Types.h" #include "Windows/Control/ComboBox.h" bool ParseVolumeSizes(const UStri
www.eeworm.com/read/297604/3886538

h stringutils.h

// StringUtils.h #ifndef __STRINGUTILS_H #define __STRINGUTILS_H #include "Common/MyString.h" void SplitStringToTwoStrings(const UString &src, UString &dest1, UString &dest2); void SplitS