Searched refs:MyStringLen (Results 1 - 16 of 16) sorted by relevance
/third_party/lzma/CPP/Common/ |
H A D | MyString.cpp | 470 unsigned len = MyStringLen(s);
in AString() 506 AString operator+(const AString &s1, const char *s2) { return AString(s1, s1.Len(), s2, MyStringLen(s2)); }
in operator +() 507 AString operator+(const char *s1, const AString &s2) { return AString(s1, MyStringLen(s1), s2, s2.Len()); }
in operator +() 530 SetStartLen(MyStringLen(s));
in AString() 558 unsigned len = MyStringLen(s);
in operator =() 650 unsigned len = MyStringLen(s);
in operator +=() 729 unsigned len = MyStringLen(s);
in Find() 835 unsigned num = MyStringLen(s);
in Insert() 1066 unsigned len = MyStringLen(s);
in UString() 1103 UString operator+(const UString &s1, const wchar_t *s2) { return UString(s1, s1.Len(), s2, MyStringLen(s in operator +() [all...] |
H A D | DynLimBuf.cpp | 62 unsigned len = MyStringLen(s);
in operator +=()
|
H A D | CommandLineParser.cpp | 81 unsigned switchLen = MyStringLen(key);
in ParseString()
|
H A D | MyString.h | 58 inline unsigned MyStringLen(const char *s)
in MyStringLen() function 87 // MyStringCopy(dest + MyStringLen(dest), src);
in MyStringCat() 90 inline unsigned MyStringLen(const wchar_t *s)
in MyStringLen() function 106 // MyStringCopy(dest + MyStringLen(dest), src);
in MyStringCat() 367 _len = MyStringLen(chars);
in ReleaseBuf_CalcLen() 659 _len = MyStringLen(chars);
in ReleaseBuf_CalcLen()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 51 const unsigned signatureStartSize = MyStringLen(startID);
in ReadDataString() 52 const unsigned signatureEndSize = MyStringLen(endID);
in ReadDataString()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveName.cpp | 126 const unsigned len = MyStringLen(ext);
in CreateArchiveName()
|
H A D | ExtractingFilePath.cpp | 130 unsigned len = MyStringLen(reservedName);
in IsSupportedName()
|
H A D | Bench.cpp | 3081 int numSpaces = (int)size - (int)MyStringLen(s);
3088 int numSpaces = (int)size - (int)MyStringLen(s);
3607 unsigned pos = MyStringLen(s);
|
/third_party/lzma/CPP/Windows/ |
H A D | CommonDialog.cpp | 233 bufSize += MyStringLen(lpstrInitialDir);
in CommonDlg_BrowseForFile()
|
H A D | FileName.cpp | 99 unsigned len = MyStringLen(s);
in IsAltPathPrefix() 145 unsigned len = MyStringLen(s);
in IsDevicePath() 157 unsigned len = MyStringLen(s);
in IsDevicePath()
|
H A D | FileLink.cpp | 166 size_t len2 = (size_t)MyStringLen(path) * 2;
in FillLinkData()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandler.cpp | 511 const unsigned nameLen = MyStringLen(name);
in SetMethodToProp() 512 const unsigned propsLen = MyStringLen(s);
in SetMethodToProp()
|
H A D | 7zUpdate.cpp | 954 if (num == MyStringLen(ext))
in IsExt_ExeUnix_NumericAllowed()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.cpp | 626 s += MyStringLen(s);
in ConvertSizeToString() 811 unsigned pos = MyStringLen(s);
in UpdateStatInfo() 855 ConvertUInt64ToString(totalFiles, s + MyStringLen(s));
in UpdateStatInfo()
|
H A D | BrowseDialog.cpp | 837 if (MyStringLen(path) < MAX_PATH)
in MyBrowseForFolder()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 342 unsigned len = MyStringLen(s);
in PrintStringRight() 492 unsigned len = MyStringLen(p);
in PrintNum()
|
Completed in 20 milliseconds