Searched refs:MyStringLen (Results 1 – 17 of 17) sorted by relevance
/external/lzma/CPP/Common/ |
D | MyString.cpp | 402 …rator+(const AString &s1, const char *s2) { return AString(s1, s1.Len(), s2, MyStringLen(s2)); } in operator +() 403 AString operator+(const char *s1, const AString &s2) { return AString(s1, MyStringLen(s1), s2, s… in operator +() 423 SetStartLen(MyStringLen(s)); in AString() 450 unsigned len = MyStringLen(s); in operator =() 482 unsigned len = MyStringLen(s); in operator +=() 597 unsigned num = MyStringLen(s); in Insert() 799 unsigned len = MyStringLen(s); in UString() 836 …rator+(const UString &s1, const wchar_t *s2) { return UString(s1, s1.Len(), s2, MyStringLen(s2)); } in operator +() 837 UString operator+(const wchar_t *s1, const UString &s2) { return UString(s1, MyStringLen(s1), s2, s… in operator +() 857 SetStartLen(MyStringLen(s)); in UString() [all …]
|
D | MyString.h | 16 inline unsigned MyStringLen(const char *s) in MyStringLen() function 41 inline unsigned MyStringLen(const wchar_t *s) in MyStringLen() function 216 void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } in ReleaseBuffer() 374 void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } in ReleaseBuffer()
|
D | CommandLineParser.cpp | 96 unsigned switchLen = MyStringLen(key); in ParseString()
|
/external/lzma/CPP/Windows/ |
D | CommonDialog.cpp | 36 unsigned len = MyStringLen(s) + 1; in Add() 59 unsigned len = MyStringLen(s) + 1; in Add()
|
D | FileLink.cpp | 122 unsigned len2 = MyStringLen(path) * 2; in FillLinkData()
|
D | FileName.cpp | 70 unsigned len = MyStringLen(s); in IsDevicePath()
|
D | FileFind.cpp | 401 unsigned len = MyStringLen(path); in Find()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 129 unsigned pos = MyStringLen(s); in GetStringForSizeValue() 148 return s + MyStringLen(s); in AddProp32() 454 dest += MyStringLen(dest); in SetMethodToProp() 481 unsigned nameLen = MyStringLen(name); in SetMethodToProp() 482 unsigned propsLen = MyStringLen(s); in SetMethodToProp()
|
D | 7zDecode.cpp | 278 len = MyStringLen((BSTR)passwordBSTR); in Decode()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ExtractingFilePath.cpp | 68 unsigned len = MyStringLen(reservedName); in CheckNameNum() 84 unsigned len = MyStringLen(reservedName); in IsSupportedName()
|
D | PropIDUtils.cpp | 147 int len = MyStringLen(temp); in ConvertPropertyToString()
|
D | Bench.cpp | 1742 int numSpaces = size - MyStringLen(s); in PrintLeft() 1749 int numSpaces = size - MyStringLen(s); in PrintRight() 2275 int pos = MyStringLen(s); in Bench() 2487 unsigned pos = MyStringLen(s); in Bench()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 46 int signatureStartSize = MyStringLen(startID); in ReadDataString() 47 int signatureEndSize = MyStringLen(endID); in ReadDataString()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 592 s += MyStringLen(s); in ConvertSizeToString() 777 unsigned pos = MyStringLen(s); in UpdateStatInfo()
|
D | BrowseDialog.cpp | 511 s += MyStringLen(s); in ConvertSizeToString()
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 276 s += MyStringLen(s); in DictSizeToString()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 298 unsigned len = MyStringLen(p); in PrintNum()
|