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

  /external/lzma/CPP/Common/
MyString.cpp 65 return MyStringCopy(s, (const wchar_t *)MultiByteToUnicodeString(a));
77 return MyStringCopy(s, (const wchar_t *)MultiByteToUnicodeString(a));
MyString.h 19 inline T * MyStringCopy(T *dest, const T *src)
220 MyStringCopy(_chars, chars); // can be optimized by memove()
226 MyStringCopy(_chars, s._chars);
268 MyStringCopy(_chars, chars);
278 MyStringCopy(_chars, s._chars);
294 MyStringCopy(_chars + _length, s);
301 MyStringCopy(_chars + _length, s._chars);
  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.cpp 78 MyStringCopy(p, s);
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 253 MyStringCopy(d + MyStringLen(d), s);
  /external/lzma/CPP/Windows/
Registry.cpp 336 MyStringCopy((wchar_t *)buffer + pos, (const wchar_t *)s);

Completed in 178 milliseconds