HomeSort by relevance Sort by last modified time
    Searched refs:MyStringLen (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ExtractingFilePath.cpp 49 int len = MyStringLen(reservedName);
65 int len = MyStringLen(reservedName);
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 246 int p = MyStringLen(s);
253 MyStringCopy(d + MyStringLen(d), s);
271 DictSizeToString(_header.GetDicSize(), s + MyStringLen(s));
  /external/lzma/CPP/Common/
MyString.h 11 inline int MyStringLen(const T *s)
218 int length = MyStringLen(chars);
243 void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); }
266 int length = MyStringLen(chars);
292 int len = MyStringLen(s);
CommandLineParser.cpp 108 int switchLen = MyStringLen(switchForms[switchIndex].IDString);
  /external/lzma/CPP/Windows/
FileIO.cpp 25 int len = (int)MyStringLen(n);
34 int len = (int)MyStringLen(n);
72 int len = MyStringLen(s);
FileDir.cpp 579 fileNamePartStartIndex = MyStringLen(fileName);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 137 if (MyStringLen(s) == 0)
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 603 RINOK(ParsePropDictionaryValue(realName.Mid(MyStringLen(nameToPropID.Name)), value, dicSize));

Completed in 395 milliseconds